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 have a separate 'common' npm package that has 'fp-ts' dependency. I use that 'common' package in my main application, which has also a dependency to 'fp-ts' as long as dependency to 'fp-ts-contrib'.
The issue I have is that in this setup Do notation behaves in a weird way. I get some errors that do not make sense (The screenshot is attached).
Expected behavior
I would expect it to be working the same even if fp-ts is initialized in underneath dependencies themselves.
Reproducible example
Suggested solution(s)
Additional context
Your environment
Software
Version(s)
fp-ts
2.10.5
fp-ts-contrib
0.1.26
TypeScript
4.2.3
The text was updated successfully, but these errors were encountered:
🐛 Bug report
Current Behavior
I have a separate 'common' npm package that has 'fp-ts' dependency. I use that 'common' package in my main application, which has also a dependency to 'fp-ts' as long as dependency to 'fp-ts-contrib'.
The issue I have is that in this setup Do notation behaves in a weird way. I get some errors that do not make sense (The screenshot is attached).
Expected behavior
I would expect it to be working the same even if fp-ts is initialized in underneath dependencies themselves.
Reproducible example
Suggested solution(s)
Additional context
Your environment
The text was updated successfully, but these errors were encountered: