MicheleBertoli / react-automata

A state machine abstraction for React
MIT License
1.34k stars 60 forks source link

Error while using <State> #90

Open techkrtk opened 5 years ago

techkrtk commented 5 years ago

I wrote something like this in React:

<State is="success">
<h1>Yayy!Success </h1>
</State>

I got the following error during rendering: TypeError: glob pattern string required