Closed kirill-develops closed 2 years ago
Hey mate,
I'm a fairly new developer and haven't explored hooks yet so that maybe an issue, however i'm using "react-burger-menu": "^2.9.2", and my code is as follow
<Menu outerContainerId='menu-outer' pageWrapId='menu-wrapper' className='menu' width={'320px'} right > <Link to='/' id='home' className='menu-item'>Home</Link> <Link to='/dashboard' id='dashboard' className='menu-item'>Dashboard</Link>; <Link to='/profile' id='profile' className='menu-item'>Profile</Link>; </Menu >
i keep receiving the error in the screen shot below
how did you fix it?
Hey mate,
I'm a fairly new developer and haven't explored hooks yet so that maybe an issue, however i'm using "react-burger-menu": "^2.9.2", and my code is as follow
i keep receiving the error in the screen shot below