ssr: fix prop did not match

This commit is contained in:
Chika 2022-07-09 20:10:16 +03:00
parent fe52c78fa5
commit 18f4ee5c0c

View File

@ -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