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 problem passing an array of incoming messages to takeChannel (return function from takeChannelCreator). But this feature is described in the documentation and jsdoc.
I have a problem passing an array of incoming messages to
takeChannel
(return function fromtakeChannelCreator
). But this feature is described in the documentation and jsdoc.cq-ch/README.md
Line 42 in cf36c09
I found a problem with double nesting in an array in the
castType
function if the argumentinputType
is an array:cq-ch/src/helpers/channel-creators.js
Line 62 in cf36c09
This can be fixed as follows:
The text was updated successfully, but these errors were encountered: