SyntaxUI / syntaxui

Get free access to pre-built, Tailwind CSS-powered components, animations and effects - brought to life using Framer Motion. Just copy, paste and you're ready to go!
https://syntaxui.com
MIT License
636 stars 45 forks source link

[BUG]: BackgroundShift component in Pricing should not have a key #111

Closed epoll31 closed 2 months ago

epoll31 commented 2 months ago

Description 📝

Keys can be placed on React components without explicitly adding them as props. We should remove this key from the props as it gives an error.

Screenshot 2024-04-30 at 12 19 04 AM

Link 🔗

https://syntaxui.com/docs/components/pricing

Steps to Reproduce 🔄

  1. go to https://syntaxui.com/docs/components/pricing

Screenshots 📸

Screenshot 2024-04-30 at 12 22 56 AM Screenshot 2024-04-30 at 12 19 04 AM

Expected Behavior 🤔

props should not have key

Actual Behavior 😱

props has key

Environment 🌍

n/a

Additional Information ℹ️

No response

Ansub commented 2 months ago

fixed in a685831