throw TypeError with React
TypeError: Can't add property input, object is not extensible
Repro in #1
Hi @chentsulin - I was seeing this too and actually removed the React test I had originally added.
Not really sure how to move forward other than using Map, which seems a bit ridiculous for such a simple task. Any ideas?
Hi, I'm having this error too when my refs are: "parent", 0 (the number), a slash "/"... It looks like this is related to using javascript keywords or something. But then, I'm having the same problem with other refs which are not javascript keywords and I'm not sure why this happens. Could you give a hint please?
hmm - how are you accessing the refs?
Hmm, so this does not work with React then? Mind removing "works with React" from the github repo description?
I would guess this doesn't fail in react's prod mode, or in newer versions of react where string refs aren't supported.