Open chrisq21 opened 8 years ago
The React component generated by the function "asReact()" doesn't add keys to html elements in the component. This causes frontend errors to be called whenever asReact() is used.
Oh, dang. Thanks for the heads up. I was only ever using this for static site rendering so that bug slipped by me.
The React component generated by the function "asReact()" doesn't add keys to html elements in the component. This causes frontend errors to be called whenever asReact() is used.