Skip to content
Discussion options

You must be logged in to vote

Hmm.. now that I look at it, maybe it's the PersistGate preventing the render....

import 'reflect-metadata'
import Head from 'next/head'
import { Anchor, Box, Footer, Grommet, Header, Heading, Nav, ThemeType } from 'grommet'
import React from 'react'
import store, { persistor, RootState } from '../state/store'
import { Provider, useDispatch, useSelector } from 'react-redux'
import { PersistGate } from 'redux-persist/integration/react'
import { CartModal } from '../components/ShoppingCart'
import Link from 'next/link'
import { Basket, Dashboard, Home, List, Organization } from 'grommet-icons'
import { openCart } from '../state/actions'
import { useRouter } from 'next/router'

export default 

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@timneutkens
Comment options

Comment options

You must be logged in to vote
1 reply
@timneutkens
Comment options

Comment options

You must be logged in to vote
5 replies
@timneutkens
Comment options

@avin-kavish
Comment options

@timneutkens
Comment options

@avin-kavish
Comment options

@avin-kavish
Comment options

Answer selected by avin-kavish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants