cardano-multiplatform-lib icon indicating copy to clipboard operation
cardano-multiplatform-lib copied to clipboard

cml_chain::NonemptySetPlutusData.json: RangeError: Maximum call stack size exceeded

Open SebastienGllmt opened this issue 9 months ago • 0 comments

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

SebastienGllmt avatar May 01 '24 23:05 SebastienGllmt