-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
bugSomething isn't workingSomething isn't workingstatus:confirmedDescribed issue has been reproduced by the repo maintainerDescribed issue has been reproduced by the repo maintainer
Description
Describe the bug
I tried upgrading to the newest release (v10.0.0) and I got the following bug shown below. I'm using React v17 and after a bit of research, I found that useId is a hook introduced in React 18. Since the React version upgrade wasn't explicit in the changelog, this was surprising to say the least.
To Reproduce
Steps to reproduce the behavior:
npm install --save stream-chat-react@10.0.0npm startornpm run build- See error above
Expected behavior
Either the changelog should reflect that React 18 is a minimum requirement or useId should be replaced in favor of an alternative solution while keeping React 17 compatibility.
Screenshots
Package version
- stream-chat-react:
10.0.0 - stream-chat-css:
3.0.0 - stream-chat-js:
7.1.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstatus:confirmedDescribed issue has been reproduced by the repo maintainerDescribed issue has been reproduced by the repo maintainer
