Sebastian Bean

Results 53 comments of Sebastian Bean

ok figured it out had to registerRoute at the end and then find the vite port and paste into the config

not quite - i'm noticing HMR is not working seems to be using the index.html file and not the local dev server

this is the bottom of my createWindow function ``` // HMR for renderer base on electron-vite cli. // Load the remote URL for development or the local html file for...

ok turns out HMR works in the top level App / Layout files But not for the individual route content itself (most of the app) i know its a recent...

@daltonmenezes it does look like this is actually an issue with vite + react-dom-router not triggering page content refreshes i see the reload happen on both the server terminal as...

> the chain is ESM → CJS → ESM for everything running on an Electron renderer thread. this is really throwing me off on a brand new vite-typescript template build...

@VerteDinde please can you review? plz!

@grahamhency bless you i noticed for me the import was actually using double quotes so the match didnt work here's my fixed one ``` "postinstall": "npx replace-in-files-cli --string=\"import { bpfrpt_proptype_WindowScroller...