Refs object is not extensible
ethul opened this issue · 0 comments
ethul commented
Writing a ref causes:
Uncaught TypeError: Cannot add property <a>, object is not extensibleI believe that refs is a frozen object now. Related issue facebook/react#7136.
To fix this, I propose that we just write the refs directly to this as suggested in the linked issue above. I am open to other ideas though.
react@16.0.0
purescript-react@5.0.0