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

✨ experimentalStyleIsolation support dynamic link style appending #1005

Merged
merged 2 commits into from
Oct 19, 2020

Conversation

kuitos
Copy link
Member

@kuitos kuitos commented Oct 19, 2020

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

This change is Reviewable

PeachScript
PeachScript previously approved these changes Oct 19, 2020
Copy link
Member

@PeachScript PeachScript left a comment

Choose a reason for hiding this comment

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

Kuitos bang

fetchFn(href)
.then((res: any) => res.text())
.then((styleContext: string) => {
inlineStyleElement.appendChild(document.createTextNode(styleContext));
Copy link
Member Author

Choose a reason for hiding this comment

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

这个好像不应该叫 inlineStyle,inlinStyle 不是这个方式,我改下命名

@kuitos kuitos merged commit 8b632de into master Oct 19, 2020
@kuitos kuitos deleted the feat/support-scoped-dynamic branch October 19, 2020 10:55
@Saviio
Copy link
Collaborator

Saviio commented Nov 24, 2020

happy to see this mr!

kuitos added a commit that referenced this pull request May 29, 2022
)

* ✨ experimentalStyleIsolation support dynamic link style appending

* 🎨 rename function name
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.

3 participants