humaans / react-machine

A state machine hook for React applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable the magic 'assign' transition by default

KidkArolis opened this issue · comments

This is not always needed, and when it is, it should be opt in, but there by default, because it's too unobvious if someone just happens to create a transition by name "assign" without being fully aware of the special case of it.