Closed HussainAbdi closed 11 months ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit f69ae9044027a213444a0343175ffca6a361c72c:
Sandbox | Source |
---|---|
styled-react-modal demo | Configuration |
The CodeSandbox demo seems to use Styled Components version 5.3.3, wouldn't this need to be updated to a ^6.x.x version in order to sufficiently test this PR? Let me know if there is anything I can do!
That's great to hear! The version is now bumped.
update-styled-components: Checkout out the latest version of Styled Components
Problem See this issue.
Solution Changed the styled-components version in package.json to "^6.1.1". Then I ran
yarn upgrade styled-components@latest
.Comments I believe this is all that needs to be done but let me know if I should be making any other changes! I wasn't sure if there was a command I should be running locally to test or how to see the CodeSandbox in action. EDIT: It seems all checks have passed and I see the CodeSandbox link! How neat.