We moved jotai/babel to jotai-babel.
Migration Guide
If you use the preset:
{
- "presets": ["jotai/babel/preset"]
+ "presets": ["jotai-babel/preset"]
}If you use a plugin:
{
- "plugins": ["jotai/babel/plugin-debug-label"]
+ "plugins": ["jotai-babel/plugin-debug-label"]
}What's Changed
- refactor(internals): simplify promise handing by @dai-shi in #3232
- feat: deprecate jotai/babel in favor of jotai-babel by @dai-shi in #3236
- fix: keep reactivity if get is called in a different atom by @dai-shi in #3241
New Contributors
Full Changelog: v2.17.1...v2.18.0