-
Notifications
You must be signed in to change notification settings - Fork 37
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
connector packaging issues #349
Comments
Additionally, while trying to upgrade the firehouse-chat application, I encounter the following similar issues that seem related to the package of the partykit gateway package.
|
version to test 0.19.112-dev-usefp |
@mabels I tried the following in my app:
To possibly avoid some back and forth, I have also tried:
|
Apparently this has something to do with common js, something I've failed to care enough to learn about along the way. According to @mabels this bug will never be fixed, and the upstream project should be updated. |
I'm able to use fireproof v0.19 + partykit with the IIFE builds, however I have another app which is a react app, and upgrading it to v0.19 fails with the following:
Here is my package.json:
This was an app that worked previous using v0.18 and a different connector. I simply upgraded fireproof and switched connectors. I suspect that the partykit package is still doing something wrong.
Updated: I had failed to update
use-fireproof
, but I confirmed this was unrelated (still fails with same error)The text was updated successfully, but these errors were encountered: