Mark Lawlor
Mark Lawlor
This is mostly an issue for myself. to track my progress on v2.0.0. v2.0.0 started as a small cleanup but has grown into a large refactor fixing many underlying issues....
## Sorting - **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request - I confirm that I - [x] used the...
``` [ graphql-let ] Error: never Error: never at Object.appendDocumentImportContext (/node_modules/graphql-let/dist/lib/do cument-import.js:24:28) at gen (/node_mod ules/graphql-let/dist/gen.js:71:23) at processTicksAndRejections (internal/process/task_que ues.js:95:5) ``` This error is caused when an empty `.graphql` file...
## Feedback I've been using this library with the experimental resolver types for a while now but as my application grows I'm finding this feature doesn't quite work as you...
When using the Resolver Types feature it is adding the output to all files including the document types. One of the features of Resolver Types is the ability to use...
### Describe the feature you'd like to request ### Current output: ``` my-project:test: my-project:test: > [email protected] test my-project:test: > echo 'hello-world' my-project:test: my-project:test: hello world ``` ### Output I'd like...
The mouse listeners for onItemHover/onItemLeave are setup on the row and filter based the event target. This can be unreliable if you have your own custom event listeners and onItemLeave...
It appears some users are being forced to reset their Babel caches often, especially while testing `tailwind.config.js` changes. I'm aware of this and working on a solution. If you are...
# Why https://github.com/expo/expo/issues/23269 # How Fix incorrect generic on `useLocalSearchParams` # Test Plan Production in linked issue # Checklist - [ ] Documentation is up to date to reflect these...
# Why https://github.com/expo/router/issues/736 Additionally, I noticed that `+html` files were not handled correctly. # How We return early inside the Metro watcher if the file is not a route file...