SolarisX
SolarisX
Sure thing, [tsconfig.node.json](https://github.com/lukasbach/react-complex-tree/files/14985205/tsconfig.node.json) -- This is tsconfig [package.json](https://github.com/lukasbach/react-complex-tree/files/14985207/package.json) -- This is the package App.tsx ```ts import { UncontrolledTreeEnvironment, Tree, StaticTreeDataProvider } from 'react-complex-tree' import { longTree } from "./data" import...
Update: I found code that must of snuck in while troubleshooting earlier ```html ``` No wonder why the path was a webpack URI, The Error is no longer present 😄