Closed dstaley closed 6 days ago
Latest commit: 730c46aa4a2c672461d6058b7e7e1c510b41d31c
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
This PR adds the ability to create persistent props for components within the clerk-js sandbox with the following API:
These props are then persisted to localStorage in addition to being encoded within the URL so that they can be shared.
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change