We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this code:
<Rive src="/logo.riv" stateMachines="State Machine 1" />
but when running the code, a request is made to: http://localhost:3001/[object%20Request] ? any idea why?
http://localhost:3001/[object%20Request]
using "@rive-app/react-canvas": "^4.16.1",
"@rive-app/react-canvas": "^4.16.1",
The text was updated successfully, but these errors were encountered:
Omg I had a polifill modifying the global fetch and this was apparently breaking rive...
window.fetch = (url, config)=>{ return fetchPolyfill(url, config) }
Sorry, something went wrong.
No branches or pull requests
I have this code:
but when running the code, a request is made to:
http://localhost:3001/[object%20Request]
? any idea why?
using
"@rive-app/react-canvas": "^4.16.1",
The text was updated successfully, but these errors were encountered: