-
Notifications
You must be signed in to change notification settings - Fork 50
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
Custom web component based extension #3471
base: main
Are you sure you want to change the base?
Conversation
84bf1a3
to
efd4090
Compare
1bcd30e
to
4eafab6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my opinion looks good, there is some console.logs which I don't know if they are necessary, and <div></div> -> <div />
but it's more PoC/MVP, so it's fine, I'll consider changing
extCustomComponentsEnabled: boolean | undefined, -> extCustomComponentsEnabled: boolean,
and calling useFeature()
should set isExtensibilityCustomComponentsEnabled
on false if it's undefined, but we should also change it for every feature flags.
Regarding the
|
Looks good for me |
Looks good to me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1ec11a7
to
3e5a3b1
Compare
63ca24c
to
ecd6982
Compare
e085cd1
to
ecd6982
Compare
Description
Changes proposed in this pull request:
Related issue(s)