Possibility to set custom node types dynamically from state
See original GitHub issueHi,
I would like to ask for posssibility to set nodeTypes dynamically via useState update. We have configuration of node types in server JSON, application sends request for this JSON, parse him and creates dynamic node types. Now we need to update node types in ReactFlow component, otherwise we are getting the following error
Node type "xx" not found. Using fallback type "default".
Thank you
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Custom Nodes Guide
Custom Nodes. A powerful feature of React Flow is the ability to add custom nodes. Within your custom nodes you can render everything...
Read more >Custom nodes with REACTFLOW; saving additional data to ...
I am looking to create a custom node where after creation, the user can enter in information to the node and save /...
Read more >Render dynamic content in Node.js using templates
In this article, we will see how we can render the front-end using Node.js which is very helpful to display static or dynamic...
Read more >Nodes
The easiest way to define custom nodes is, by passing them as template slots. Your custom node-types are dynamically resolved to slot-names, meaning...
Read more >Use Dynamic Entities for Customized Interactions | Alexa ...
Dynamic entities are used to augment your skill's predefined slot type in the interaction model by allowing your skill to dynamically create new...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

hi, i actually resolved the problem using your answer to the previous question. Thank you, i really apreciate your work.
Hey @moklick you probably safed my life! It works! Thank you so much, this library is awesome!