Bug: Missing information in Typescript documentation
Opened this issue · 0 comments
doliG commented
Description
It's difficult to find how to type a statemachine because theres only a small line about it in the react recipe
For Typescript, you can create the context as createContext({ authService: {} as InterpreterFrom }); to ensure strong typings.
Expected result
Add it in the using typescript section
Actual result
Searched for 1 or 2 hours before finding it
Additional context
See this thread on discord.