MicheleBertoli/react-automata

Typescript support?

Open

#81 opened on Oct 20, 2018

View on GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (1,343 stars) (60 forks)batch import
help wanted

Description

Is Typescript support planned? Currently, the withStateMachine HOC produces a component that no longer has the props from the wrapped component. Thus VSCode can no longer validate props when the resulting component is used in JSX.

Contributor guide