ssr: fix prop did not match
This commit is contained in:
parent
fe52c78fa5
commit
18f4ee5c0c
@ -47,9 +47,12 @@ function Home({ graphQLData }: PageProps) {
|
||||
/**
|
||||
* add reactions to store
|
||||
*/
|
||||
leadOpportunityUrlsReactions(store, apolloClient);
|
||||
paymentsReactions(store, apolloClient);
|
||||
calculateValidationReactions(store, apolloClient);
|
||||
|
||||
setTimeout(() => {
|
||||
leadOpportunityUrlsReactions(store, apolloClient);
|
||||
paymentsReactions(store, apolloClient);
|
||||
calculateValidationReactions(store, apolloClient);
|
||||
});
|
||||
|
||||
/**
|
||||
* set graphql data to store
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user