Too many props, it hurts 😓
If you've worked with React for a while, you've likely encountered components that introduce a new prop for every dynamic behavior they need to handle. This can become cumbersome not only for the developers using the component but also for those maintaining it.