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

Fixes Functions not in TS definition files #60 #61

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

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    ba9cd2d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Allows for type checking on the renderer property

    Performs type checking for the renderer property, thus preventing anything other than JSX, or a reference to the React component class.
    
    Using the component class rather than a JSX element avoids issues with required props.
    SimpleProgrammingAU authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    af80426 View commit details
    Browse the repository at this point in the history