prismicio / prismic-svelte

Svelte components and helpers to fetch and present Prismic content
https://prismic.io/docs/technical-reference/prismicio-svelte
Apache License 2.0
21 stars 6 forks source link

fix(PrismicRichText): support reactive props #10

Closed angeloashmore closed 1 year ago

angeloashmore commented 1 year ago

Types of changes

Description

This PR fixes a bug where <PrismicRichText> could not be used with reactive props. Slice Simulator is one example where props are reactive, where fields are edited client-side.

Checklist:

🐕