Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing rootProps to resolveData #711

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

haidv1992
Copy link

Summary

This PR adds support for passing rootProps from newData.root.props into resolveData to enable dynamic configuration based on root-level properties.

Changes

  • Modified useResolvedData to extract rootProps from newData.root.props.
  • Updated resolveComponentData to accept and pass rootProps into resolveData.
  • Enhanced Hero component to demonstrate usage of rootProps.
  • Updated type definitions in Config.tsx to include rootProps.

Testing

  • Verified that rootProps are correctly passed to components.
  • Ensured backward compatibility with existing workflows.

Copy link

vercel bot commented Nov 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
puck-docs ✅ Ready (Inspect) Visit Preview Nov 28, 2024 7:46am

Copy link

vercel bot commented Nov 21, 2024

Someone is attempting to deploy a commit to the Measured Team on Vercel.

A member of the Team first needs to authorize it.

…lution

- Updated `resolveAllData` to pass `rootProps` to all components during data resolution.
- Modified `resolveComponentData` to accept and utilize `rootProps` in the resolution process.
- Ensured `rootProps` is correctly passed from `dynamicRoot` and used in all necessary resolver functions.
- Added logging to track `rootProps` values in both editor and render modes to help with debugging.

This ensures consistent handling of `rootProps` in both the Puck editor and render modes, resolving the issue where `rootProps` were missing in render mode.
@chrisvxd
Copy link
Member

chrisvxd commented Dec 1, 2024

Apologies for delay in reviewing your PRs @haidv1992 - I've clocked them but have some catching up to do. Watch this space!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants