-
Notifications
You must be signed in to change notification settings - Fork 99
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
Canvas option error on Reactjs #18
Comments
Did you read through https://reactjs.org/docs/cross-origin-errors.html ? Seems weird that it only happens if you specify a canvas. How does the HTML for your canvas look? |
Yes, I did. but it does not work. this is my test component I'm just curious that what canvas option exactly mean. you can try my repo. https://github.com/rainstormza/react-bubble |
You're right, but it has to be a Here is an example: https://tipsy.github.io/bubbly-bg/custom-canvas-example.html Using a div shouldn't really give you the error you're seeing, but let me know if using a canvas fixes it. |
I've tried to use your lib like this, it work fine until I added option canvase and then it throw an error.
Any help ? thanks :)
The text was updated successfully, but these errors were encountered: