Skip to content
#

design-system

Here are 829 public repositories matching this topic...

grommet
tromgy
tromgy commented Dec 6, 2020

Expected Behavior

Components render without warnings.

Actual Behavior

The following seen in the browser console:

Warning: Failed prop type: Invalid prop `children` of type `object` supplied to `Menu`, expected `function`.

URL, screen shot, or Codepen exhibiting the issue

![image](https://user-images.githubusercontent.com/12632548/101269858-16366e80-3741-11eb

theme-ui
hasparus
hasparus commented Dec 16, 2020

Is your feature request related to a problem? Please describe.

  1. I visit a website styled with Theme UI which has useColorModeMediaQuery set to true during the evening, and I see dark mode.
  2. When I visit it again in the morning next day, there's still dark mode.
  3. If I clear my local storage, the website will use light mode.
  4. When I visit it later at night, it's still going to be
eui
nickofthyme
nickofthyme commented Dec 15, 2020

In kibana I am updating the advanced settings page to sync the search text to the query URL search params (elastic/kibana#81829). This allows the URL to possibly be formatted incorrectly. Thus, running Query.parse('category:(accessibility))') will throw an error.

I am testing Query.parse before passing to EuiSearchBar and displaying a warning toast in case of an

Improve this page

Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.