Commit b917236
authored
fix(fetch): type error caused by useDates date param string coerce (#3384)
* fix(fetch,solid-start): use String() for non-Date query param coercion
* test(snapshots): refresh URL builder snapshots for String() coercion
* fix: two straggler snapshots
* fix: all the snapshots, hopefully1 parent cd010a4 commit b917236
131 files changed
Lines changed: 382 additions & 232 deletions
File tree
- packages
- fetch/src
- solid-start/src
- samples
- hono/hono-with-fetch-client
- __snapshots__/next-app/pets
- next-app/app/gen/pets
- mcp
- custom-server/src
- petstore/src
- next-app-with-fetch
- __snapshots__/pets
- app/gen/pets
- react-app-with-swr
- basic
- __snapshots__/endpoints
- src/api/endpoints
- fetch-client
- __snapshots__/endpoints
- src/api/endpoints
- react-query
- custom-fetch
- __snapshots__/pets
- src/gen/pets
- form-data-mutator
- __snapshots__
- hook-mutator-fetch
- __snapshots__
- svelte-query
- custom-fetch
- __snapshots__/pets
- src/gen/pets
- v6-custom-fetch
- __snapshots__/pets
- src/gen/pets
- swr-with-zod
- __snapshots__/endpoints/pets
- src/gen/endpoints/pets
- vue-query/custom-fetch
- __snapshots__/pets
- src/gen/pets
- tests
- __snapshots__
- default
- file-extension-split
- file-extension-tags-split/pets
- file-extension-tags
- index-mock-file/pets
- no-index-files
- schemas-typescript-only
- fetch
- dateParams/pets
- force-success-response
- headers
- include-http-status-return-type
- multi-arguments
- mutator-external
- mutator
- named-parameters
- parameters
- petstore-tags-split/pets
- petstore
- request-options-headers
- reviver/pets
- split
- tags
- usedates-only-date-params
- model
- zod-schema-response-single
- zod-schema-response-split
- zod-schema-response-tags-split/pets
- zod-schema-response-tags
- mcp
- custom-server
- single
- zod-schema-response
- react-query
- basic
- custom-mutator-options
- deprecated
- global-use-mutation-false-suppresses-mutation-hooks
- global-use-query-applies-to-non-get
- global-use-query-false-suppresses-get-query-hooks
- http-client-fetch-with-custom-fetch
- http-client-fetch-with-include-http-response-return-type/pets
- http-client-fetch/pets
- invalidates-non-get-query-target-split-key
- invalidates-non-get-query-target
- invalidates-query-conflict
- invalidates-split-query-key
- invalidates-tags-split/pets
- invalidates
- issue-3066/oss-identity-user
- issue-708
- mockOverride
- mockWithoutDelay
- named-parameters
- per-operation-false-disables-global-true
- per-operation-use-mutation-on-get
- petstore-tags-split/pets
- special-characters
- split-query-key
- split
- tags
- use-get-query-data
- use-invalidate-with-query-options-mutator
- use-invalidate
- use-prefetch-with-function-mutator
- use-set-query-data-infinite
- use-set-query-data-multi-params
- use-set-query-data-named-params
- use-set-query-data
- zod-schema-response
- svelte-query
- http-client-fetch-with-custom-fetch
- http-client-fetch-with-include-http-response-return-type/pets
- http-client-fetch/pets
- invalidates-other-file
- invalidates
- named-parameters
- petstore-tags-split/pets
- petstore
- split
- tags
- zod-schema-response
- swr
- http-client-fetch-with-custom-fetch
- http-client-fetch-with-include-http_status_return-type/pets
- http-client-fetch/pets
- named-parameters
- petstore-override-swr
- petstore-tags-split/pets
- petstore-with-headers
- petstore
- split
- swr-infinite-pagination
- swr-suspense
- swr-with-error-types
- tags
- zod-schema-response
- vue-query
- all-params-optional
- combination-used-by-maxim-mazurok
- http-client-fetch-with-custom-fetch
- http-client-fetch-with-include-http-response-return-type/pets
- http-client-fetch-with-multi-query-params
- http-client-fetch/pets
- url-encode-parameters
- use-set-query-data
- configs
- specifications
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
394 | | - | |
| 392 | + | |
395 | 393 | | |
396 | 394 | | |
397 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments