-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
Dexie Syncable with Dexie 3.0.0 #1048
Comments
Hi! They are runtime compatible but there might be typing issues. |
Okay. Thank you very much |
Hello, Sorry for re-opening this one. Do you have any suggestions for fixing the typing issues for this? Although the package is working, we're unable to run any build pipelines due to the typing issues. Thank you |
Any contribution of the typings are welcome. If someone could provide me with a PR with the changes needed in Dexie.Syncable.d.ts and api.d.ts, I can release a new version of the addon. |
I'm working on this now |
Awesome. Thank you very much |
I've published new versions of dexie-observable and dexie-syncable on npm that should be type-wise compatible with Dexie 3.0. Any feedback on these would be much apprechiated:
Should give you versions 3.0.0-beta.9 on both of them. |
Anyone who have tested the addons?
|
Am i correct to assume the current version of Dexie syncable will not work with Dexie 3.0.0?
I get a lot of namespace errors, and import errors such as
cannot augment module 'Dexie' with value exports because it resolves to a non-module entity.
The text was updated successfully, but these errors were encountered: