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
Constantly getting an
undefinedon thecurrent(state)call here https://github.com/cosmology-tech/interchain-ui/blob/02de661f1de495c98e4700149ad14a06c3795ae2/src/models/store.ts#L120leading to an undefined error on the
currentState.themeDefs@ L123, but I am passing in a validthemeDefsto the ThemeProvider. I have no idea what is causing the state to not be set properly