Creative coding framework for distributed applications based on Web technologies.
BSD 3-Clause "New" or "Revised" License
114
stars
7
forks
source link
StateManager.create with init values does not check passed values properly #72
Closed
b-ma closed 11 months ago
Currently we have:
While it should throw an error just as
state.set({ int: 'test' });