Hello ,
I tried recently to make a GUI using the GUI Editor, it’s a huge time saver, thanks to that !
When I try in the playground to import the GUI using parseFromSnippetAsync, it works well. But I want to use the parseContent method with a local JSON file and it raises the following error :
caught (in promise) TypeError: Cannot read properties of undefined (reading ‘className’)
I’m using both Chrome and Firefox.
Thanks !