Skip to content
Compare
Choose a tag to compare
@satya164 satya164 released this 05 Jul 11:25
· 245 commits to main since this release
a1bc1ba

0.25.0 (2024-07-05)

Bug Fixes

Features

To migrate your project to ESM, running the following command for automated configuration:

yarn bob init

Alternatively, you can follow the manual configuration guide.

In addition, typescript consumers would need to change the following fields in tsconfig.json:

"jsx": "react-jsx",
"moduleResolution": "Bundler",

If using ESLint, it may also be necessary to disable the "react/react-in-jsx-scope" rule:

"react/react-in-jsx-scope": "off"