Skip to content

Version 4.6.0

Compare
Choose a tag to compare
@bluebill1049 bluebill1049 released this 01 Sep 04:10
· 13 commits to master since this release
  • add new option for skip context re-render
const { actions } = useStateMachine()

// The following action will only update the store without flushing down a context re-render update
actions.updateStore({
  test: 'data'
}, { skipRender: true })