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
As per title, we need to ensure that the default are available for the library:
if the user does not specify a componentsMap ensure there is one available that uses the react-diagram default nodes and links.
if the user specify a type that does not exists in the components map, report the error in console but as a fallback use the default type for visualization.
The text was updated successfully, but these errors were encountered:
from @zsinnema :
Create default widgets as a sort of a base widget to which we can provide the data and type of data we want to show as children and it generates the UI widget for us.
As per title, we need to ensure that the default are available for the library:
if the user does not specify a componentsMap ensure there is one available that uses the react-diagram default nodes and links.
if the user specify a type that does not exists in the components map, report the error in console but as a fallback use the default type for visualization.
The text was updated successfully, but these errors were encountered: