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
leading to an undefined error on the currentState.themeDefs @ L123, but I am passing in a valid themeDefs to the ThemeProvider. I have no idea what is causing the state to not be set properly
this seems to break the interchain-ui visuals. Is the theme provider font configuration able to override the interchain ui to be 100% to counter the 62.5% on the main css?
Constantly getting an
undefined
on thecurrent(state)
call hereinterchain-ui/src/models/store.ts
Line 120 in 02de661
leading to an undefined error on the
currentState.themeDefs
@ L123, but I am passing in a validthemeDefs
to the ThemeProvider. I have no idea what is causing the state to not be set properlyThe text was updated successfully, but these errors were encountered: