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

feat: add dynamic props #283

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

Commits on Nov 14, 2022

  1. feat: add dynamic props

    yaameen committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    179c6f4 View commit details
    Browse the repository at this point in the history
  2. removes runInSequence and execute prop resolution in parallel

    prop resolution moved below as adviced and made async
    fixed the formatting
    yaameen committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    58a8be5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Fixed some formatting

    ItalyPaleAle committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    0ff1b9c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. move prop resolution outside component validation

    Removes promise.resolve while resolving user provide props
    It now determines functions, promises and otherwise and resolves the prop
    yaameen committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    79588d6 View commit details
    Browse the repository at this point in the history