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
@sergiunimat did you find any solution? i am also facing same issue? Mine issue is <Polygon component is not taking paths. even in typing paths is not present
Hey there, I am trying to obtain the paths of the Polygon component provided by this library upon essentially updating the component. Here is my code:
I had this issue previously with the component however, there I`ve managed to solve this issue with an identical approach
The reference of the Polygon is a very weird object, when expanded recursively it expands to a very large object
I have found a potential solution here: https://codesandbox.io/p/sandbox/reactgooglemapsapi-editing-a-polygon-popr2?file=%2Fsrc%2Findex.js%3A86%2C31, however, this is a JS solution and I was not able to "convert" it to Type Script, I quickly run into the same issue.
I would very much appreciate if someone could help me understand how to solve this issue, thank you in advance.
The text was updated successfully, but these errors were encountered: