infinum / datx

DatX is an opinionated JS/TS data store. It features support for simple property definition, references to other models and first-class TypeScript support.
https://datx.dev
MIT License
140 stars 7 forks source link

Handle instances of DatX models beeing passed to "getRawData" function. #1202

Open JosipJanus opened 1 year ago

JosipJanus commented 1 year ago

Relevant version

Relevant libraries

Breaking change

No

Description

Currently the support for this doesn't exists which results in infinite loop. In this case exception should be thrown.