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
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
Remove default onData for transformByHandlers (#187)
Towards #111
The default callback is not used in practice outside of tests, but it
included a cast to satisfy the type signature which looks worrying for
this type of library.
Make the callback required and add explicit callbacks (without a cast
since the types are consistent) in the tests which used it.
0 commit comments