-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use with reactjs #82
Comments
Can you provide details on your build setup (e.g., webpack, SystemJS, Babel CLI, etc)? |
I'm also looking for the 'right' way to do this. I'm using Webpack with Babel and SCSS. I tried importing the module, and calling walk as per #57 but was receiving an error about Should |
Call the function on the root component: componentDidMount() {
flexibility(document.body).
} If using update() {
flexibility(document.body);
}
// somewhere in render function
<Router history={browserHistory} onUpdate={this.update}> |
can u please guide me how to use this with reacrtjs
The text was updated successfully, but these errors were encountered: