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

Make context providers transparent to the layout #49

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

cristinecula
Copy link
Contributor

Context provider elements have display: block by default, which can
cause trouble with the layout when wrapping existing code in a provider.

This change makes it so that provider elements are irrelevant to the
layout, as they should be.

Context provider elements have `display: block` by default, which can
cause trouble with the layout when wrapping existing code in a provider.

This change makes it so that provider elements are irrelevant to the
layout, as they should be.
@cristinecula cristinecula added the bug Something isn't working label Oct 29, 2024
@cristinecula cristinecula requested a review from a team October 29, 2024 09:53
@cristinecula cristinecula self-assigned this Oct 29, 2024
Copy link

changeset-bot bot commented Oct 29, 2024

🦋 Changeset detected

Latest commit: 02cd123

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@pionjs/pion Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

netlify bot commented Oct 29, 2024

Deploy Preview for pionjs ready!

Name Link
🔨 Latest commit 02cd123
🔍 Latest deploy log https://app.netlify.com/sites/pionjs/deploys/6720b0b1af40f60008fa677b
😎 Deploy Preview https://deploy-preview-49--pionjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@megheaiulian megheaiulian merged commit c5409e8 into main Oct 31, 2024
8 checks passed
@megheaiulian megheaiulian deleted the feature/transparent-providers branch October 31, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants