Anton Zinovyev
Anton Zinovyev
Should be fine in v4.1.1
i have several notices on implementation, but I'm ill ATM, will do the review later.
> I was referring react-use test cases for useRaf, it uses [raf-stub](https://github.com/streamich/react-use/blob/master/tests/useRaf.test.ts) which is written in JS. so couldn't use it in tests as types are not available for it...
@ArttuOll you can take and fix my remarks
🤔 never faced the issue, since i'm transpiling `node_modules`, and, honestly, have no idea how to work this around. We're unable to switch to `module` type, since it will break...
@jakubriedl barely it is caused by js cookie. Is any of other hooks viable via esm import? Reexporting `useCookieValue` in index will lead to error message for every user even...
@jakubriedl it is only suitable for `"type": "module"` packages, that we won't be using anytime soon.
:tada: This PR is included in version 15.1.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@react-hookz/web/v/15.1.0) - [GitHub release](https://github.com/react-hookz/web/releases/tag/v15.1.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Ah, about this one. i'm still making my mind, but tipping to decision not to implement hooks that modify `` contents since it is more complicated that just throwing elements...
1) this hook has to be rejected 2) we have to remove hooks modifying `` contents (yes, it is a breaking change) 3) we have to add clarification on migration...