jotaijs / jotai-devtools

A powerful toolkit to enhance your development experience with Jotai
https://jotai.org/docs/tools/devtools
MIT License
124 stars 29 forks source link

React 16 compatibility #154

Closed phsantiago closed 2 months ago

phsantiago commented 2 months ago

Hello, recently in a React 16 project using jotai-devtools we started getting error due to undefined useId function.

Debugging a bit I discovered that it appeared after upgrading jotai-devtools from 0.7.1 to 0.10.

I saw that internally it doesn't use React 18 useId, so it probably a lib used here installed between 0.7.1 and 0.10.0

arjunvegda commented 2 months ago

Thanks for reaching out! Jotai DevTools supports React 17 and above. Please see the prerequisites.