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

Fix #549 Propagate parent to hooks components #550

Merged
merged 1 commit into from
Jan 22, 2024

Commits on Jan 20, 2024

  1. Fix #549 Propagate parent to hooks components

    Issue: The render body of hooks-based components gets its props from the use-fulcro hook, which failed to propagate `fulcro$parent` in the raw JS props. comp/get-parent relies on it, and thus stopped working there.
    
    Fix: Add it to the manually tunnelled raw JS props in use-fulcro.
    holyjak committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    43beb30 View commit details
    Browse the repository at this point in the history