ds300 / prismic-react

Compiling Prismic.io content to ReactElements
Apache License 2.0
5 stars 2 forks source link

Add keys to iterated elements in the "asReact" function #1

Open chrisq21 opened 8 years ago

chrisq21 commented 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.

ds300 commented 8 years ago

Oh, dang. Thanks for the heads up. I was only ever using this for static site rendering so that bug slipped by me.