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

Accept type-keyed react render functions #5244

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jan 4, 2023

  1. upgrade yarn

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ef390cc View commit details
    Browse the repository at this point in the history
  2. Calculate element type

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7ebf1a3 View commit details
    Browse the repository at this point in the history
  3. Make element render props generic

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    32dcff5 View commit details
    Browse the repository at this point in the history
  4. Add element renderer functions

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    81cae8c View commit details
    Browse the repository at this point in the history
  5. Render elements from map

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    fd8194d View commit details
    Browse the repository at this point in the history
  6. Export renderer types

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1635322 View commit details
    Browse the repository at this point in the history
  7. Improve type defaults

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    090aa3e View commit details
    Browse the repository at this point in the history
  8. Use new renderer style for inlines example

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    708a1bc View commit details
    Browse the repository at this point in the history
  9. Support leaves

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bbe26b7 View commit details
    Browse the repository at this point in the history
  10. Revert "upgrade yarn"

    This reverts commit ef390cc.
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d8f9880 View commit details
    Browse the repository at this point in the history
  11. Fix renderer types

    Signed-off-by: Michael Darr <[email protected]>
    MichaelDarr committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    029565a View commit details
    Browse the repository at this point in the history