Closed bram209 closed 2 years ago
Is there a reason for properties in NodeProps to be any? From briefly looking over the code, should this not be NodeData?
properties
NodeProps
any
NodeData
I can try to assign the appropriate type and make a PR, just double checking ; ) Thanks for the library, looking good so far!
https://github.com/reaviz/reaflow/blob/master/src/symbols/Node/Node.tsx#L59
Might be a mistake - go ahead and send a PR.
Is there a reason for
properties
inNodeProps
to beany
? From briefly looking over the code, should this not beNodeData
?I can try to assign the appropriate type and make a PR, just double checking ; ) Thanks for the library, looking good so far!