-
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
Can't load rive file because of an error #154
Comments
@FleetAdmiralJakob Sorry you're having troubles! The issue here is that the runtime cannot find your riv file. The
|
Same issue here |
Got this to work from this thread: |
for us the fix was to use import instead of direct src: |
In rive.ts in the browser:
In rive.d.ts in the development enviroment (error is in line 176):
In Edge:
The React Component:
The text was updated successfully, but these errors were encountered: