preciselywilliam
preciselywilliam
Use case: 1. navigate to /items (ItemListPage) 2. navigate to /items/:itemId (ItemPage) 3. press browser back button ItemPage: ``` ItemPage.propTypes = { params: PropTypes.shape({ itemId: PropTypes.string.isRequired }).isRequired, }; const mapStateToProps...
I'm trying to create tests using react-testing-library which includes react-helmet with a (favicon). I have mocked the images that are used in the link, but below error is thrown from...
The storybook project builds fine:  When I load the page I get a cryptic Javascript error:  My deps are as below (let me know if there are other...