enuchi / React-Google-Apps-Script

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Workspace Marketplace.
MIT License
1.33k stars 178 forks source link

Styled Components issue #192

Closed macabacus-ra closed 1 year ago

macabacus-ra commented 1 year ago

Hello, I have used styled components with this project that I started in March and I know it works well. However, I recently started a new project, so I started everything from scratch again, and now styled-components are not working. I keep getting an error when running "npm install" I have tried many different things like: styled-components@latest , styled-components@5, and e few others and nothing works.

enuchi commented 1 year ago

Can you share the error? If you are getting the error while running npm install then I think it is some issue outside of this project.

macabacus-ra commented 1 year ago

Hi, it looks like the issue is with styled-components themselves, so yes outside this project.. thanks