Hi,
Electron hangs after reloading when store is initialised in the app (ui) part
const store = new ElectronStore();
const App = () => {
useMount(() => {
(async () => {
await ipcRenderer.invoke(Actions.RESIZE, 500);
})();
});
return (
<ReqoreUIProvider theme={{ main: '#0d0221' }}>
<ReqoreLayoutContent style={{ height: '100%' }}>
<ReqoreContent>agasgasg</ReqoreContent>
</ReqoreLayoutContent>
</ReqoreUIProvider>
);
};
ReactDOM.render(<App />, document.getElementById('app'));
The whole process including dev tools hangs.
Also when initialising the store in the main process using Store.initRenderer
an error cannot find module ajv/dist/compile/context
is thrown. This is on latest Electron and M1 Mac.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too