MicheleBertoli/react-automata

Typescript support?

Open

#81 opened on Oct 20, 2018

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

Repository metrics

Stars
 (1,343 stars)
PR merge metrics
 (No merged PRs in 30d)

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