Radovan Lozej
Radovan Lozej
any plans for a new release with this fix?
I have manually assigned IP so is not changing
I have similar problems using FF LiveReload ext getting "Cannot connect to LiveReload server: ws://localhost:35729/websocket" when enabling it. I have grunt v0.3.17. ..or do I need to have grunt 4.0...
yes it looks like you need grunt 0.4
quick debugging showed this.$el.contains(e.target) => false. It looks dropdown closes before check is done blurred(e) { // if the click occurs on tagsinput → don't hide if (this.$el.contains(e.target)) return;
I agree, it is probably better to move all the state to mobx, but sometimes it comes handy if you can mix mobx shared state with vue local state. Is...
What about connecting multiple stores?
@anncwb here https://stackblitz.com/edit/vitejs-vite-j1uvi4?file=vite.config.js&terminal=dev open and add `/api` to the end of preview url, enter and click the preview reload button empty page, does not load because tries to load `http://localhost:3000`...