Moritz Klack
Moritz Klack
Currently we only return the actual data object. It would be helpful to return the node id and the type, too.
An issue with v12 is that flows behave differently if you pass in v11 nodes. In v12 `width`/ `height` are used an inline styles and you lose the auto default...
Currently all nodes get rendered initially even if one uses `onlyRenderVisibleElements`. Would it be possible to improve this behavior somehow?
### Describe the Bug getNodesBounds returns wrong values for nested flows because it uses position absolute. For the bounds, we should always use the position value. ### Your Example Website...
A controlled viewport would enable a user to round the rendered viewport transform (#3282), adjust scale steps and have full control for viewport animations for example. This would be opt-in...
We just released React Flow 12 beta on npm - You can already test it and help us to squash some bugs 🙂 Your feedback is super valuable and we...
# 🐛 Bug Report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...
We could display an error if styles not loaded. For this we could check if stlyes are applied to one of the internal elements. For example: ```js const stylesLoaded =...