Richard Tzanov
Richard Tzanov
seems to have been fixed by changing the export type in commonTypeDefs: ``` export default ` scalar DateTime type Timestamps { created: DateTime started: DateTime modified: DateTime completed: DateTime }`...
that did it, thanks
yes, by clicking on one source handle and then clicking on the target handle - it's just so I can assert on some connection validation logic
@moklick - it works by clicking but i'm now getting the issue mentioned here: https://github.com/xyflow/xyflow/issues/716 - i'm adding `edges` to my initial provider state but they're not being rendered, has...
Getting a similar error: It was buried until changing the package manager from `npm` to `pnpm`. Any updates?