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
Right now the state config requires us to put the state key at the top of the toml file since if it's not then it will get nested inside another section. For example if we have the config:
Right now the state config requires us to put the
state
key at the top of the toml file since if it's not then it will get nested inside another section. For example if we have the config:state would get nested under the
graph
key.We could update this to have a nested entry so it could be placed anywhere in the toml file, something like:
The text was updated successfully, but these errors were encountered: