You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just added v0.8.0 and ran into a weird issue with the types around the drop function. I've attached a screenshot of the TS error.
My factory is pretty barebones and shown below:
With the addition of the nested objects support (#113), our type definitions now reference themselves (the depth of the model may be infinite, in theory). I believe the latest releases of TypeScript can tolerate that just fine. Please note that we support TypeScript 4.2.x at the moment. Recursive types should be possible, otherwise, how can one annotate a recursively nested data structure?
I just added v0.8.0 and ran into a weird issue with the types around the
drop
function. I've attached a screenshot of the TS error.My factory is pretty barebones and shown below:
I had this working for a bit then it cropped up in CI. We are running TypeScript 4.5.2.
The text was updated successfully, but these errors were encountered: