-
Please help me.
I'm trying to use storybook on React Native, but it cause an error.
`react-native log-ios` shows:
```
: Unhandled JS Exception: TypeError: babelHelpers.typeof is not a function…
-
Static variables in components wrapped by `themr` are lost. What are your thoughts on using [`hoist-non-react-statics`](https://www.npmjs.com/package/hoist-non-react-statics) to resolve this?
-
Hi,benweier。
I install Boxy Theme by ihodev,when i remove it.i used themr.also can find it in list theme.How can i remove boxy theme in the list?
erwim updated
7 years ago
-
The classnames combined [here](https://github.com/react-toolbox/react-toolbox/blob/dev/components/layout/Sidebar.js#L17) do not evaluate as expected.
The display style on the sidebar is evaluated t…
-
I love this idea, but I got this error when following the README.md doc:
```
Warning: Failed prop type: Invalid prop `theme` of type `string` supplied to `ThemedHeader`, expected `object`.
in…
-
I'm in your install document now - http://react-toolbox.com/#/install
I'm wondering why your import is like this
```
import { Button } from 'react-toolbox/lib/button';
```
instead of
```
…
-
This is more of a question than an issue, hopefully someone has an answer for me.
I am trying to publish a react component lib that has some styles associated with it. I would like that a componen…
-
I am getting the following warning when upgrading React 15.5. Is there plans to fix this?
-
Hi there,
After initialising an app using react-create-app and installing react-toolbox, I am getting the following error message when trying to install react-toolbox-themr:
```react-toolbox-the…
-
I have 2 themes.
Want to be able to switch between them inside the application via a profile menu.
Wrapped ThemeProvider and pass the new theme to it but children of ThemeProvider does not rece…