prismicio / prismic-react

React components and hooks to fetch and present Prismic content
https://prismic.io/docs/technologies/homepage-reactjs
Apache License 2.0
154 stars 40 forks source link

Stop using uuids as keys for elements. #7

Closed elyobo closed 6 years ago

elyobo commented 6 years ago

Fixes #6.

elyobo commented 6 years ago

There being no existing tests, I've added a bit of minimum boilerplate here, with some smoke tests to try to check I haven't horribly broken anything in the rendering.

levimykel commented 6 years ago

I added a fix for the items mentioned above and merged these changes in PR #8. Closing this PR, thanks for the help!

elyobo commented 6 years ago

Thanks @levimykel, I was intending to get back to this but had not yet found the time! Appreciate the merge and the fix to address the <br /> issue.