We still had some typing issues introduced in v1.7.3, which is basically reverted with some improvements.
This version also has a new implementation of jotai/query
which supports error handling.
What's Changed
- fix(types): use TS interfaces only for public api by @dai-shi in #1289
- feat(query): support error handling (full re-implementation) by @dai-shi in #1239
Full Changelog: v1.7.5...v1.7.6