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
The eventStream function is showind the error TS2345: Argument of type (send: SendFunction) => void is not assignable to parameter of type InitFunction. Type void is not assignable to type CleanupFunction with the example code from the docs
Describe the bug
The
eventStream
function is showind the errorTS2345: Argument of type (send: SendFunction) => void is not assignable to parameter of type InitFunction. Type void is not assignable to type CleanupFunction
with the example code from the docsSteps to Reproduce the Bug or Issue
remix-utils
Expected behavior
The example shows that a clean function should be returned.
Platform
"remix-utils": "^7.6.0",
The text was updated successfully, but these errors were encountered: