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

build: add React18 Support #2682

Merged

Commits on Nov 30, 2022

  1. build: add React18 Support

    Update packages dependencies to include React v18
    andreasonny83 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    41a30b0 View commit details
    Browse the repository at this point in the history
  2. refactor: add PropsWithChildren pros

    Add React.PropsWithChildren for compatibility with React v18
    andreasonny83 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2f0891a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    711529d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4012bd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a8c5d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e9396f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84f307c View commit details
    Browse the repository at this point in the history
  8. WIP: Fix react fc typings (#5)

    * fix: un-needed React.FC typing with no children
    
    * fix: removing unknown from interface PropsWithChildren as not needed
    
    * fix: types on the rest of the files
    espipj authored and andreasonny83 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cff665e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c27d8d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9bb6de View commit details
    Browse the repository at this point in the history