Changelog
2.3.4 - 2021-03-30
Changelog
2.3.3 - 2021-03-01
BuiltLogic<logicType>
and LogicWrapper<logicType>
types.Changelog
2.3.1 - 2021-02-14
Changelog
2.3.0 - 2021-02-10
Adds <BindLogic logic={keyedLogic} props={{ id: 12 }}>
, which passes a specific build of
keyedLogic
via React Context down to nested components. This build will be used when calling
a hook like useValues(keyedLogic)
without props.
Essentially, you pass the props without actually passing the props.
Changelog
2.2.2 - 2020-10-27
resetContext
, except for the default initial context.Changelog
2.2.0 - 2020-09-08