v0.0.1
Pre-release
Pre-release
- Remove
getState
from effect since there already is access tostate
property - Add checks to prevent accidental updates to
state
property exposed byStateManager
from inheriting classes - Seal the state value returned by
getState
to ensure no accidental mutation