Error on non-nullable
fields
#22
-
Today with Here is a code sandbox: https://codesandbox.io/s/defer-stream-errors-lisfo?file=/src/index.mjs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@saihaj yes you should get these errors. There were some bugs in the handling of non-null errors that should be fixed now, and I also added some tests for these cases. Let me know if you still run into any issues with the latest code on the The way non-nullable errors bubble will need to be treated differently - opened a separate topic for that: #23 |
Beta Was this translation helpful? Give feedback.
@saihaj yes you should get these errors. There were some bugs in the handling of non-null errors that should be fixed now, and I also added some tests for these cases. Let me know if you still run into any issues with the latest code on the
defer-stream
branch.The way non-nullable errors bubble will need to be treated differently - opened a separate topic for that: #23