ucd-library / cork-app-state

Base AppStateModel class
MIT License
0 stars 0 forks source link

Sp query fix #3

Closed spelkey-ucd closed 1 year ago

spelkey-ucd commented 1 year ago

Ran into a compatibility issue between the query-string package and the fast-deep-equal package used in cork-app-utils. The query object did not have a valueOf method, which caused an error when going from a blank query object to one with properties.

https://github.com/epoberezkin/fast-deep-equal/issues/49