Lee Goddard
Lee Goddard
Am I right in thinking there is no way to have state specified once and applied to all navigations?
> I made a fork off of the Vue 2 router to solve this issue for me: https://github.com/ZachHaber/vue-router-state. It allows passing in `state` as a property on RouteLinks, push, and...
Is this library still being maintained?
Using `[email protected]` and `parse5@^7.1.2` (as in the JSDOM 22.0.0 `package.json`), the error persists: ```bash ../../node_modules/@types/jsdom/base.d.ts:5:10 - error TS2305: Module '"parse5"' has no exported member 'ElementLocation'. 5 import { ElementLocation }...
I have been using the below -- I'll try the above, thanks! ```json "@types/jsdom": "^16.2.14", "jsdom": "^20.0.0", ```
Does ol-ext now have OL7 compatibility, ie should this issue remain open? Would it be worth mentioning compatibility status in the README.md?
> This is because that script uses a global `this` which in my case is some webpack internals. Replacing `this` with `window` in web-animations-next-lite seems to fix the problem. Would...
I'd use bower install -D or npm install --save-dev _because_ it is an external dependency! On 22/09/2014 17:20, Pat Kujawa wrote: > I put together a video showing this libraries...
:) Yeah, I know, but then I do that in 10 projects and then have 10 places to update when the code is improved, so a short-term saving becomes a...
:+1: Same here -- has the format changed? At the `plugin.js` line in question, `files` is `{ state : "pending" }`. ``` config.set({ // base path is set in Gulpfile.js...