-
Notifications
You must be signed in to change notification settings - Fork 31
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
Needs examples #1
Comments
This is a simple example, hope it helps you 😄 |
You mean the "JsSpatialNavigation" is not loaded before the component? Can you post a stack trace? |
From further investigation, I'm assuming its related to this issue: vercel/next.js#219 I was hoping updating when some of the logic happened from componentWillMount to componentDidMount would resolve it, but seems not the case... Anyways, this seems not an issue with react-js-spatial-navigation but with client side rendering being done on the server side... Stack Trace
Commenting out lines 73-78 in file
Will look into further on Monday |
Created a pull request #2 |
Was wondering if you could add quick example/s of how to use React Spatial Navigation.
I keep getting an error saying
Element is not defined
- most likely implementing I'm it wrongThe text was updated successfully, but these errors were encountered: