Edygar de Lima Oliveira
Edygar de Lima Oliveira
(next-urql) - Different pages reuse the same URQL Client instance, even if they're not intended to.
urql version & exchanges: - "@urql/core" "^2.4.4" - "next-urql": "^3.3.2" **Steps to reproduce** 1. Create two pages with two intended different resulting ClientOptions 2. Navigate from one to another **Expected...
Hi there! This repository is currently outdated. My suggestion is to split the demo package from the lib itself so they can be updated at a different pace. Also, now...
Is there anyway to retrieve all params from a built `WPRequest`? What I'm looking for is an object like: ``` json { "id": 2, "parent" : 1 } ``` Resulting...
### Description When initializing a state machine in a given state using `useMachine`, it won't retrigger the always transition. ### Expected result I expected my machine to have transited to...
Any single route is caching but ignoring params that might differentiate the responses for that single resource
Currently, if a given resource isn't partial and later it comes embedded into another, it causes the resource in cache to be marked as partial
I've just read your complain on [twitter](https://twitter.com/ryanflorence/status/631901571777847297), and inspired by [react-radio-group](https://github.com/chenglou/react-radio-group), I've come up with the following API: ``` jsx queryOptions(query).then(next) } children={(state, controls)=> /* `controls` provides callbacks to control...
There is a plugin for Atom called Jumpy which works like EasyMotion but it marks automatically every expression that matches with the one on settings, so we have one step-less....