preciselywilliam

Results 3 issues of 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: ![image](https://user-images.githubusercontent.com/33222967/90145960-c93d1f80-dd80-11ea-8809-54c3e09cb923.png) When I load the page I get a cryptic Javascript error: ![image](https://user-images.githubusercontent.com/33222967/90146030-dbb75900-dd80-11ea-8337-59464e3cce3b.png) My deps are as below (let me know if there are other...

bug
help wanted
todo
core