Amar Gill
Amar Gill
I'm using vue 3.0.5. I get this error when I write `import VueKonva from 'vue-konva'` in main.js: ``` Uncaught TypeError: external_root_Vue_commonjs2_vue_commonjs_vue_amd_vue_default.a is undefined require_vue_konva vue-konva.js:304 __webpack_require__ vue-konva.js:34 require_vue_konva vue-konva.js:111 __webpack_require__...
found this issue - kind of related: https://github.com/pmndrs/leva/issues/305
also found this -- https://github.com/pmndrs/leva/issues/112 which is asking almost the same thing. I can begin to look into making a plug in. Feel free to close this issue if you...
Here's a work around using a disabled input and the `set` method. Link to repro for the work around: https://stackblitz.com/edit/vitejs-vite-o5b1yc?file=src%2FApp.jsx ```ts const [w, setW] = useState(1); const [h, setH] =...
Hey if you think it's a valuable feature I will give it a shot @gsimone -- I can find time beginning in September. Wanted to see if others will find...
Thanks for the fix! It does now highlight the JSX. But as you mentioned, it affects other groups, like the imported class inside the normal TS part of the code....
Side note, it looks like Class imports (or in this case React components) are highlighted differently than standard method imports. Didn't notice this before. In the example, useControls is a...
At least with a reference to ``, we have `getObjectByName` method to access children objects? https://threejs.org/docs/index.html#api/en/core/Object3D.getObjectByName
I've got a similar problem. Some times `refreshNuxtData` doesn't trigger a fetch. Confirmed by reviewing network tab in browser dev tools. It's mysterious because: - I checked that the nuxt...
Got a work around I can use for now. Which is to do a fully manual refresh for the given key: ```ts const { refresh } = await useFetch('/some/resource', {...