Eugeny Voronin

Results 7 comments of Eugeny Voronin

I guess `nanoid` doc is trying to protect React newcomers. Taking into account, that you change `key` each render intentionally, it doesn't look like a big deal to throw out...

Hi @tannerlinsley, may you have a look at this one?

I came across exactly the same issue with not seeing errors on production 🤦 Ended up copying-pasting the code with stripped out portion https://github.com/alexreardon/tiny-invariant/blob/master/src/tiny-invariant.ts#L34

> Found a workaround, you can add a Key to the CommandList. When the key changes, the component is fully rerendered. > > For me i added the query as...

Hi everyone — I found a neat workaround that doesn’t involve any hacking. I’ll just leave a comment noting that it’s a workaround. My app is way more complex —...

Thanks @jrnxf! I hope we can get the maintainers to look at this sooner rather than later!