-
Notifications
You must be signed in to change notification settings - Fork 489
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
It does not work in fly.io #414
Comments
Hello, very late, but what solved my problem was modifying |
Looked into a bit more, not really sure how you'd fix this with Babel. Probably would have to make |
For anyone else with this problem, this is the workaround I found:
Just put that in another file and import from the new file. Might have to change it slightly if you're not using typescript |
I have a Remix app and I'm using this library. It works great locally. But deploying it to fly.io server, it gets this error message:
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
The text was updated successfully, but these errors were encountered: