At cjs/eslint-plugin-react-hooks.development.js and cjs/eslint-plugin-react-hooks.production.min.js, the version notation in the comment is broken.
v2.3.0 is ok.
Not fatal, but could be a bug.
/** @license React vundefined
/** @license React v2.4.0
Confirmed.
v2.3.0: https://unpkg.com/[email protected]/cjs/eslint-plugin-react-hooks.development.js
vundefined: https://unpkg.com/[email protected]/cjs/eslint-plugin-react-hooks.development.js
The root package.json doesn't have a version so I'm confused how this ever worked…
There's a script that updates the versions ci-update-package-versions.js
I see, it is written here:
It looks like that's been fixed in v3. 🎉