Issue when setSheetContent - Vertex for address missing in AddressMapping/ Cannot read properties of undefined (reading 'size') #1229
alvarovillafane
started this conversation in
API Questions
Replies: 3 comments 3 replies
-
Thank you for sharing the issue report along with the code snippet, @vmalvaro While debugging the demo, I found out that
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@vmalvaro @imphassis This issue will be fixed in the upcoming release as it has the same cause as #1188 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@vmalvaro @imphassis the fix was just released with HyperFormula 2.4.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm getting
Vertex for address missing in AddressMapping
when using asetSheetContent
and I'd like to understand why is happening.Here is the codesandbox:
https://codesandbox.io/s/mystifying-ardinghelli-o136jr?file=/src/index.js:0-756
This is the code that is triggering the issue:
And also getting this issue
Cannot read properties of undefined (reading 'size')
With a slightly different code.
Can someone shine a light and give some insight into what's happening?
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions