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
Typescript struggles "Type instantiation is excessively deep and possibly infinite" after only a few lens filters. What is the best way to maybe "flatten" a lens type?
The text was updated successfully, but these errors were encountered:
I was trying out this project for a specific problem we have updating a deeply nested structure in a production system. However, I quickly ran into this same issue.
Since there hasn't been a response to this we won't be able to use this library.
Replicated a simplified version here:
https://codesandbox.io/p/sandbox/eager-smoke-sq7wkw
Typescript struggles "Type instantiation is excessively deep and possibly infinite" after only a few lens filters. What is the best way to maybe "flatten" a lens type?
The text was updated successfully, but these errors were encountered: