update: renaming stuff from react to "revue"
This commit is contained in:
@@ -14,7 +14,7 @@ export default (rendererNode: HTMLDivElement) => {
|
||||
const size = getDimensions(rendererNode);
|
||||
|
||||
if (size.height === 0 || size.width === 0) {
|
||||
console.log('The React Flow parent container needs a width and a height to render the graph.');
|
||||
console.log('The revue Flow parent container needs a width and a height to render the graph.');
|
||||
}
|
||||
|
||||
pinia.updateSize(size);
|
||||
|
||||
Reference in New Issue
Block a user