svelte-meteor-data

Reactively track Meteor data inside Svelte components

MIT License

Stars
16
Committers
3
svelte-meteor-data - 0.3.0 Latest Release

Published by rdb about 4 years ago

This release of rdb:svelte-meteor-data updates the svelte:compiler dependency to 3.27.0. The latest Svelte version fixes various issues, including a critical one that affected this package. A hack that existed to work around that upstream bug has been removed accordingly.

To update, run:

meteor add rdb:[email protected] svelte:[email protected]

Please note that you will need to also update your svelte peer dependency to 3.27.0:

meteor npm install --save [email protected]