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

feat(create-context): don't use Shadow Root. #453

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

megheaiulian
Copy link

The Context's Consumer component does not need to have a ShadowRoot because it would be very hard to style elements inside it. (part)

fixes #384

The Context's Consumer component does not need to have a ShadowRoot
because it would be very hard to style elements inside it. (part)

fixes matthewp#384
@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2022

🦋 Changeset detected

Latest commit: 4cb9621

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

This PR includes changesets to release 1 package
Name Type
haunted 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

@netlify
Copy link

netlify bot commented Nov 4, 2022

Deploy Preview for hauntedhooks ready!

Name Link
🔨 Latest commit 4cb9621
🔍 Latest deploy log https://app.netlify.com/sites/hauntedhooks/deploys/6462103b37dc9a00083b49f2
😎 Deploy Preview https://deploy-preview-453--hauntedhooks.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 settings.

@megheaiulian
Copy link
Author

@matthewp or @bennypowers Can you please have a look at this? It is very inconvenient for context consumer elements to have Shadow DOM.

@megheaiulian megheaiulian force-pushed the feat/context-consumer-without-shadow-dom branch from e6b64b2 to 4cb9621 Compare May 15, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Context without shadow root
2 participants