refactor(renderer): show error when no width or height is set #196
This commit is contained in:
@@ -49,7 +49,7 @@ export interface ReactFlowProps extends Omit<HTMLAttributes<HTMLDivElement>, 'on
|
||||
const ReactFlow = ({
|
||||
style,
|
||||
onElementClick,
|
||||
elements,
|
||||
elements = [],
|
||||
children,
|
||||
nodeTypes,
|
||||
edgeTypes,
|
||||
|
||||
Reference in New Issue
Block a user