mleister97

Results 27 comments of mleister97

So this issue is happening using React 17 & 18? Can you please tell me a fix for the issue?

@slxsh thank you very much! spotted many issues in this lib/package....

See reproduction here: https://codesandbox.io/s/9q1nk?file=/index.js Change line 17 to: ``` const [value, setValue] = React.useState([]); ```

Doesn't look like the team is interested in fixing this bug. Is there any news about it?

Fix in the meantime: `````` Be aware that if you use route params, that you only use `encodeURIComponent` for the part with the special characters: ``````