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
Currently an entry in the config file with the following structure will cause an error (and the page will not load). Note that this is the pattern set in the README.
Another way of handling children might be to use the url. We can create nestings simpling through use of the url and / rather than relying on an additional children: [] prop.
There would need to be some thought around how to parse what the title should look like for titles with a space or special character such as a hyphen, but generally speaking it'd flatten the json a bit.
No, unfortunately we still need to pass in "children": [], it's just included as part of the auto generated JSON. That automation is also only there for our Blueprint library at the moment. Other projects would still need to generate their own JSON and include that key.
Currently an entry in the config file with the following structure will cause an error (and the page will not load). Note that this is the pattern set in the README.
This is the error produced in the console:
Uncaught (in promise) TypeError: e.item.children is undefined
Currently, the workaround is to add an empty
children: []
line.Suggested action
children: []
is not needed.The text was updated successfully, but these errors were encountered: