Radik Mukhamedov
Radik Mukhamedov
Found the workaround for this issue: Go to: `node_modules/@shopify/slate-tools/tools/webpack/hot-client.js` And wrap `window.location.reload();` into `setTimeout` function. Like this: ``` setTimeout(function() { window.location.reload(); }, 1500); // Delay ```
I'm having the same problem. `mkcert -install` didn't work. All certificates seem to be properly generated.
The workaround: Go to: `node_modules/webpack-hot-middleware/client.js` and add this function ``` window.addEventListener("beforeunload", function(event) { handleDisconnect(); }); ``` inside ``` function EventSourceWrapper() { ```
@t-kelly It doesn't work in an incognito mode as well. It's also not working in any browser. Forgot to mention earlier there's no message "BrowserSynce connected" anymore. I'm getting in...
@t-kelly, I did removed it immediately I got back to Slate v0. Sorry if I wasn’t clear at the beginning. I did remove all related to the Slate v1, re-install...
@lizsterine Nope, I gave up forcing it to work. I'm using Slate v1 now for developing from scratch. And [Parcel.js](https://medium.com/@danwebb/better-shopify-theme-development-with-parcel-js-704f17f367fc) and [LivePage Chrome extension](https://chrome.google.com/webstore/detail/livepage/pilnojpmdoofaelbinaeodfpjheijkbh) for fixing existing themes. It's just...
+1 for liquid. Thx
Hi, @desandro and everything! I'm using in my project Isotope Filtering and Infinite Scroll together. Please don't ask me why and tell it bad UX etc. :) My only issue...
+1 very slow after the upgrade. Downgrade to 3.0.2 resolves the issues
@avrilkim Great job! Thank you.