Tiso Alvarez Puccinelli
Tiso Alvarez Puccinelli
Hi @picxy3d , thanks for the suggestion! Could you share the name of the website/app where you got your example screenshots from? I'm unsure if React Flow allows for development...
Hey @spaceymonk , thanks for reporting it! Do you have a minimal example on CodeSandbox or a minimal GitHub repo where the error happens? This would help me debug the...
@spaceymonk I just launched version `2.0.0` of this library, that exposes a `getSmartEdge` function instead of factories, check the new README. It accepts a `nodes` argument, so you could filter...
Hey @antipasvasil , thanks for letting me know! I'll need to update the edge to use the new imports from ReactFlow 11, and this should be a breaking change
@antipasvasil v3 with React Flow v11 support released under beta: ```bash npm install @tisoap/react-flow-smart-edge@beta ```
Hey @barneaoren ! This is probably a duplicate of https://github.com/wbkd/react-flow/issues/1014 , and the maintainers position on this is that you should create a custom edge with a self-connection logic yourself....
@moklick On a project I faced an issue where nodes needed to have a certain data shape, but even if the external interface to my component consuming React Flow did...
@Excalibaard It's already one file per locale, but there's always the locale key as root, this is how [Rails Internationalization works](https://guides.rubyonrails.org/i18n.html#configure-the-i18n-module). As I said earlier, changing how translations are handled...
Solved it by [using `eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc), adding the `jsdoc/require-jsdoc` rule and configuring the AST types on the [contexts](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-jsdoc.md#require-jsdoc) option. Reference: https://github.com/gajus/eslint-plugin-jsdoc/issues/496#issuecomment-591204300 ```js // .eslintrc.js // ... "jsdoc/require-jsdoc": [ "error", { publicOnly:...
@xavier-villelegier I have not, I've stopped using this extension 😔