You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had issues before with dynamicism in nodes. Having inputs/outputs that can change or require a preprocessing step cause complexity.
This is definitely an impure node that requires loading information from outside of the graph system if its a standalone graph and not accepting info through the input .
This means that it has some form of runtime aspect to it which also makes it tricky to use.
We need a node that gives us a list of all themes and their current active option in the studio context.
We should use the external loader pattern to load the themes from studio. Have a look at how the external sets node works .
The text was updated successfully, but these errors were encountered: