We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e9392 commit 772c225Copy full SHA for 772c225
libs/remix-ui/app/src/lib/remix-app/remix-app.tsx
@@ -37,7 +37,6 @@ const RemixApp = (props: IRemixAppUi) => {
37
const sidePanelRef = useRef(null)
38
const pinnedPanelRef = useRef(null)
39
40
- // randomcchange to force rerender when appState changes some more
41
const [appState, appStateDispatch] = useReducer(appReducer, {
42
...appInitialState,
43
showPopupPanel: !window.localStorage.getItem('did_show_popup_panel') && !isElectron(),
0 commit comments