GuiCodron
Results
2
issues of
GuiCodron
Problem: - Non trivial on_exit/on_entry can hide on_entry/on_exit in parents state machine. This is due to a dual pass done to process non trivial event: - First we process non...
contentRef is passed to EventStack to subscribe for mouse events. Passing a `contentRef` created using `React.createRef()` does not allow EventStack to keep track of contentRef changes (since only `contentRef.current` changes)....