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
When building the JS bindings, I get the error printed in the console cml_chain::NonemptySetPlutusData.json: RangeError: Maximum call stack size exceeded
This is presumably because this type contains PlutusData which is recursively defined
pub type NonemptySetPlutusData = NonemptySet<PlutusData>;
I'm not sure if this message appearing in the console actually causes any error though
The text was updated successfully, but these errors were encountered:
When building the JS bindings, I get the error printed in the console
cml_chain::NonemptySetPlutusData.json: RangeError: Maximum call stack size exceeded
This is presumably because this type contains PlutusData which is recursively defined
I'm not sure if this message appearing in the console actually causes any error though
The text was updated successfully, but these errors were encountered: