Replies: 1 comment 2 replies
-
I could get rid of But, then encountered I had to update webpack.config
Also, I had to update vitest.config.js
After these updates, I was able to run the tests but they are failing due to 'foreignObject' not being rendered. Nodes and Edges are not rendered in the screen.debug(). So, my assertions are failing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting below error when I tried to write vitests for a react component that uses reaflow. I am using [email protected]
I am using below imports in my React component
Has anyone run into this issue before? Any help is greatly appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions