When defining a transition between two states in a natural schematic, using an interface appears to work, but at run-time it will never resolve to a valid transition.
REstate Package Versions
9.0.0-preview10
Steps to Reproduce
- Add a transition with a interface signal
- Send a concrete object casted as that interface
- Fails
Expected behavior: Transition succeeds.
Actual behavior: Transition not defined exception is thrown.
Reproduces how often: 100%