Michael Goff
Michael Goff
Came over here from #1372 where I'm seeing ``` Uncaught Error: Invalid AST Node: "__typename". at devAssert (devAssert.mjs:5:11) at visit (visitor.mjs:168:23) at print (printer.mjs:10:10) at defaultPrinter (selectHttpOptionsAndBody.ts:124:58) at selectHttpOptionsAndBodyInternal (selectHttpOptionsAndBody.ts:174:48)...
Hi, any chance to get this change merged? I need this fix as well for prop based code. Thanks!
I've noticed this behavior as well. Only on Firefox and with an SVG image. When I inspect with the Vue dev tools the state is set to the `'error'` but...
The issue is here: https://github.com/fi3ework/vite-plugin-checker/blob/e6d564f3e281d66f037bd54333cc852639e87af4/packages/vite-plugin-checker/src/checkers/eslint/main.ts#L76 Additional configured options from the `lintCommand` & `overrideConfig` are not passed to the `FlatESLint` constructor. The `FlatESLint` constructor is just an alias to `ESLint` in...
I've run into a similar issue in a merge function where I'm getting `Undefined 'from' passed to readField with arguments ["id"]` when trying to `readField('id')` without a ref. Having access...