-
Notifications
You must be signed in to change notification settings - Fork 631
Closed
Description
Describe the bug
I wanted to try to simplify and reproduce an issue I'm having in a project, so thought I'd throw together a codesandbox with a minimal setup to reproduce. However, I can't even use @primer/react
within codesandbox from the looks of it.
To Reproduce
Steps to reproduce the behavior:
- Create a new React codesandbox (basic create-react-app)
- Add
@primer/react
andstyled-components
as dependencies - Try to import
ThemeProvider
- See error
https://codesandbox.io/s/priceless-knuth-qkiq9?file=/src/App.js
Expected behavior
I expected to be able to import ThemeProvider
within a create-react-app project without error.
Desktop (please complete the following information):
- OS: MacOS BigSur
- Browser: Chrome
- Version: Version 98.0.4758.80
Metadata
Metadata
Assignees
Labels
No labels