Open IamMathankumar opened 1 year ago
+1, facing the same issue
Hey @briangregoryholmes do you have any idea why this might be happening? I can open a PR if the fix doesnt involve a big refactor. This is blocking us from upgrading to svelte 4 so would be happy to contribute.
Heyo @briangregoryholmes @rathna-git is there any new team working on the next version of svelte or existing issues? Curious to know the direction of this project now
Hey, I faced the same issue and managed to solve it locally. It seems to be caused by this Svelte update. I have created a draft PR (https://github.com/open-source-labs/Svelvet/pull/474) but will need help from maintainers to prepare it for production.
thanks to @nj-vs-vh , we have a fix, as a temporary solution until this is merged, folks can use
{
"svelvet": "npm:meetspur-svelvet@^8.1.1"
}
instead
First of all thanks for this library it works great. In recent times am facing an issue with custom Edge that not drawn as expected
Here is the Node function:
Used same EdgePath component from sample.
Above code is working with Svelte version : 3.54.0
"svelte": "^3.54.0",
Not working after I updgraded to 4.0.0
"svelte": "^4.0.0",
Svelvet version: 8.1.0"svelvet": "^8.1.0",