While building out my custom node type I have followed the documentation at https://reactflow.dev/docs/api/nodes/custom-nodes/. But when I pass in my memoized object of node types I get a TS Error about mismatch on types.
Any pointers would be much appreciated on how to resolve this.