Skip to content

Commit

Permalink
fix(boilerplate): update app.tsx useEffect (#2850 by @objectiveSee)
Browse files Browse the repository at this point in the history
[skip ci]

Co-authored-by: Frank Calise <fcalise@gmail.com>
  • Loading branch information
objectiveSee and frankcalise authored Nov 27, 2024
1 parent c1a0e35 commit 2886487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function App(props: AppProps) {
.then(() => loadDateFnsLocale())
}, [])

// @mst replace-next-line React.useEffect(() => {
// @mst replace-next-line useEffect(() => {
const { rehydrated } = useInitialRootStore(() => {
// @mst replace-next-line
// This runs after the root store has been initialized and rehydrated.
Expand Down

0 comments on commit 2886487

Please sign in to comment.