I am trying to integrate Jspreadsheet with Solid.js. The setup was pretty straight forward and comparable to React. I am encountering a problem though....When trying to work with formulas where I reference other worksheets I get the following error when I set the "debugFormulas" option to true:
ReferenceError: Cannot access 'n6' before initialization
Funny thing is, it even shows the value in the console with the error ({SHEET4!A1: 123} ReferenceError: Cannot access 'n6' before initialization)
Hi,
I am trying to integrate Jspreadsheet with Solid.js. The setup was pretty straight forward and comparable to React. I am encountering a problem though....When trying to work with formulas where I reference other worksheets I get the following error when I set the "debugFormulas" option to true:
ReferenceError: Cannot access 'n6' before initialization
Funny thing is, it even shows the value in the console with the error ({SHEET4!A1: 123} ReferenceError: Cannot access 'n6' before initialization)
Can you help me out here? Working with v9 btw.
Thanks in advance!