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
feat: Add transformer to ShapeStreamOption. (#3105)
`messageParser` will call `transformer` with the complete
`message.value`. Can be used to convert object keys to camelCase.
Possible solution to:
#2904.
This is an alternative to
#3104 that would make it an
option on the ShapeStreamOptions, so it can be exposed to the `useShape`
hook without extra work.
0 commit comments