Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken toast #655

Merged
merged 1 commit into from
Oct 8, 2024
Merged

fix: broken toast #655

merged 1 commit into from
Oct 8, 2024

Conversation

jsladerman
Copy link
Contributor

position wasn't being set correctly

@jsladerman jsladerman added the bug Something isn't working label Oct 8, 2024
@jsladerman jsladerman requested a review from a team as a code owner October 8, 2024 21:08
Copy link

github-actions bot commented Oct 8, 2024

Visit the preview URL for this PR (updated for commit 2ae6980):

https://pluralsh-design--pr655-jake-fix-toast-7f40o6n3.web.app

(expires Tue, 15 Oct 2024 21:10:41 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 784914c934330f8d0a9fd65c68898b3988262b7d

Copy link
Member

@michaeljguarino michaeljguarino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the significance of the $ sign here?

@jsladerman
Copy link
Contributor Author

what's the significance of the $ sign here?

it's for designating transient props in styled components. basically props that are meant to only be used in the styling and not also passed to the underlying DOM node. the old version of SC had logic to still prevent invalid props from being passed through even if they weren't prefixed, but this was removed in v6

@jsladerman jsladerman merged commit 22cc7ad into main Oct 8, 2024
11 checks passed
@jsladerman jsladerman deleted the jake/fix-toast branch October 8, 2024 22:13
@plural-bot
Copy link
Contributor

🎉 This PR is included in version 3.74.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants