bfanger / svelte-preprocess-react

Seamlessly use React components inside a Svelte app
MIT License
126 stars 6 forks source link

fix: children with the same key warning #20

Closed JCourt1 closed 1 year ago

JCourt1 commented 1 year ago

We're getting a lot of "Encountered two children with the same key" warnings, which generally pollutes console logs...

It turns out Bridge and Hook components were being created with the same key as children of the same parent - this should fix that

bfanger commented 1 year ago

Thanks!, released as 0.14.0