diff --git a/library/src/standalone-codebase.ts.rej b/library/src/standalone-codebase.ts.rej new file mode 100644 index 0000000..d650f8b --- /dev/null +++ b/library/src/standalone-codebase.ts.rej @@ -0,0 +1,8 @@ +diff a/library/src/standalone-codebase.ts b/library/src/standalone-codebase.ts (rejected hunks) +@@ -30 +30,5 @@ export function createRender

(component: any) { +- renderComponent(React.createElement(component, props as any), container, callback); ++ renderComponent( ++ React.createElement(component, props as any), ++ container, ++ callback, ++ ); diff --git a/library/src/visualiser/react-flow-renderer/ApplicationFocusView.tsx.rej b/library/src/visualiser/react-flow-renderer/ApplicationFocusView.tsx.rej new file mode 100644 index 0000000..5599ce2 --- /dev/null +++ b/library/src/visualiser/react-flow-renderer/ApplicationFocusView.tsx.rej @@ -0,0 +1,4 @@ +diff a/library/src/visualiser/react-flow-renderer/ApplicationFocusView.tsx b/library/src/visualiser/react-flow-renderer/ApplicationFocusView.tsx (rejected hunks) +@@ -46 +46 @@ export const ApplicationFocusView: React.FunctionComponent = ({ +- includeControls = false ++ includeControls = false, diff --git a/library/src/visualiser/react-flow-renderer/SystemView.tsx.rej b/library/src/visualiser/react-flow-renderer/SystemView.tsx.rej new file mode 100644 index 0000000..83b775f --- /dev/null +++ b/library/src/visualiser/react-flow-renderer/SystemView.tsx.rej @@ -0,0 +1,7 @@ +diff a/library/src/visualiser/react-flow-renderer/SystemView.tsx b/library/src/visualiser/react-flow-renderer/SystemView.tsx (rejected hunks) +@@ -42 +42 @@ export const SystemView: React.FunctionComponent = ({ +- includeControls = false ++ includeControls = false, +@@ -74 +74 @@ export const SystemView: React.FunctionComponent = ({ +- {includeControls && } ++ {includeControls && }