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
Users should be able to require 'temporalio/converters' and have payload codec, but it is not required from the data converter file which is required from the top-level converters file. Add it.
Describe the solution you'd like
Users should be able to
require 'temporalio/converters'and have payload codec, but it is not required from the data converter file which is required from the top-level converters file. Add it.