checkImmutability
Enables immutability violation checks for all the ActiveJS constructs, it blocks any attempts of state mutation and throws an error with information about where the violation occurred.checkUniqueId
Enables unique id checks across all the ActiveJS constructs, such that if any of the two ActiveJS instances have the same id, it'll throw an error.checkSerializability
Enables serializability checks for Units and Actions, it'll throw an error if a non-serializable value is passed to an Action or Unit.