Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check for Object.isFrozen() in isPojo()
This adds support for seamless-immutable.js which freezes property fields. Without this change StateFunctions.js will attempt to delete frozen keys and throws an error. Simple check for with Object.isFrozen() enables alt.bootstrap({}) to work with seamless-immutable.
- Loading branch information