Skip to content

Commit ed7b1f2

Browse files
author
Lucas Castro
authored
Merge pull request #442 from gadget-inc/fix-react-prop-typo
Fix typo in React prop name
2 parents 4969761 + 53e13ea commit ed7b1f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-renderer",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Simple, high performance client side app renderer for Fastify.",
55
"exports": {
66
".": {

packages/fastify-renderer/src/node/renderers/react/ReactRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class ReactRenderer implements Renderer {
105105
Layout,
106106
{
107107
isNavigating: false,
108-
navgiationDestination: destination,
108+
navigationDestination: destination,
109109
bootProps: render.props,
110110
},
111111
React.createElement(Entrypoint, render.props)

0 commit comments

Comments
 (0)