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 use quite some tweaks to make sure we get our settings available. For instance all the chain data fetched via react query hooks depends on url got from settings. This causes checks in every such hook with weird logic. These hooks are used on every page and cause loading states anyway. So we need to make sure app doesn't load till we have all the data for the app to function properly.
Acceptance criteria:
make sure the app rendering is delayed till settings are fetched
app should be in the loading state meanwhile
refactor settings to make sure interface guarantees required props presence
remove settings values checks across the app
The text was updated successfully, but these errors were encountered:
We use quite some tweaks to make sure we get our settings available. For instance all the chain data fetched via react query hooks depends on url got from settings. This causes checks in every such hook with weird logic. These hooks are used on every page and cause loading states anyway. So we need to make sure app doesn't load till we have all the data for the app to function properly.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: