Skip to content

v0.1.2

Compare
Choose a tag to compare
@ajaishankar ajaishankar released this 15 Oct 04:52
· 13 commits to main since this release

Fix disconnected State

Controller's disconnect can be called before it is removed from host controller.

Cleaning up state in disconnect could cause the host controller to access invalid values.

This fix let's Stimulus reinitialize state if controller is reused.