Closed ginniecodes closed 7 years ago
UIProvider also has an issue with theming, because theme prop is required to make it work.
A workaround is passing an empty object to theme prop like <UIProvider theme={{}}>...
<UIProvider theme={{}}>...
To do:
UIProvider also has an issue with theming, because theme prop is required to make it work.
A workaround is passing an empty object to theme prop like
<UIProvider theme={{}}>...
To do: