Koichi Kobayashi

Results 3 comments of Koichi Kobayashi

I think that the cause of that warning is that the `value` of the control is passed `undefined`, so can you try pass empty string? ```jsx get: (field) => ({get})...

The example on Next.js is here. https://github.com/recruit-tech/recoil-sync-next ## Install ```bash git clone https://github.com/recruit-tech/recoil-sync-next cd examples/url-sync-json/ yarn yarn dev ``` # location={{ part: 'queryParams' }} (no problem) `examples/url-sync-json/pages/_app.tsx`: open http://localhost:3000/ ![wo-params-1](https://user-images.githubusercontent.com/355825/179668926-d9db21a3-61b6-43c6-9923-366366edc7ad.png)...