Skip to content

Commit

Permalink
fix(react): fix ssr for next js usage (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Kamenskikh <[email protected]>
  • Loading branch information
coolassassin and Dmitrii Kamenskikh authored Jun 15, 2023
1 parent aa210e1 commit bc3e083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/use-property.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export const useProperty = <A>(property: Property<A>): A =>
[property],
),
property.get,
property.get,
)

0 comments on commit bc3e083

Please sign in to comment.