stewie1570 / leaf-validator

Declarative state progression & validation for React apps.
MIT License
4 stars 1 forks source link

set function bug: a numerical location is not necessarily referring to an array. #157

Closed stewartanderson3 closed 2 years ago

stewartanderson3 commented 2 years ago

Example:

set("something.123.something").to("test").in({}); // <--- non-iterable exception