We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f1bd4 commit e847154Copy full SHA for e847154
packages/router-core/src/ssr/serializer/transformer.ts
@@ -167,12 +167,6 @@ export function makeSsrSerovalPlugin(
167
tag: '$TSR/t/' + serializationAdapter.key,
168
test: serializationAdapter.test,
169
parse: {
170
- sync(value, ctx) {
171
- return ctx.parse(serializationAdapter.toSerializable(value))
172
- },
173
- async async(value, ctx) {
174
- return await ctx.parse(serializationAdapter.toSerializable(value))
175
176
stream(value, ctx) {
177
return ctx.parse(serializationAdapter.toSerializable(value))
178
},
0 commit comments