7.3% smaller by shaving 69 bytes. Add better React tests
937 bytes --> 868 bytes
Breaking change
This a potentially breaking change for those who rely on internal properties.
// Before
myStore.temporal.getState().__interal.onSave
// After
myStore.temporal.getState().__onSave
// Before
myStore.temporal.getState().__interal.handleuserSet
// After
myStore.temporal.getState().__handleUserSet
What's Changed
Full Changelog: v2.0.0-beta.12...v2.0.0-beta.13