Skip to content

Commit

Permalink
fix: update meta from processMeta()
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Apr 1, 2022
1 parent 388424e commit d0e23f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-react/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export function Meta() {
? routeModule.meta({ data, parentsData, params, location })
: routeModule.meta;
if (routeMeta) {
processMeta(meta, routeMeta);
meta = processMeta(meta, routeMeta);
}
}

Expand Down

0 comments on commit d0e23f0

Please sign in to comment.