styled-components / styled-components

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
https://styled-components.com
MIT License
40.12k stars 2.48k forks source link

Theme prop (not styled) is not being passed through #4280

Open nitzcard opened 1 month ago

nitzcard commented 1 month ago

Steps to reproduce

  1. Create a styled component
  2. Send a prop named theme
  3. It won't pass

Expected Behavior

All props will pass

Actual Behavior

theme prop do not pass

code sandbox

nitzcard commented 1 month ago

found this issue also in #4182