We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0b429 commit e0150f1Copy full SHA for e0150f1
core/src/components/segment/segment.tsx
@@ -175,8 +175,6 @@ export class Segment implements ComponentInterface {
175
176
connectedCallback() {
177
this.emitStyle();
178
-
179
- this.segmentViewEl = this.getSegmentView();
180
}
181
182
disconnectedCallback() {
@@ -188,6 +186,8 @@ export class Segment implements ComponentInterface {
188
186
189
187
190
async componentDidLoad() {
+ this.segmentViewEl = this.getSegmentView();
+
191
this.setCheckedClasses();
192
193
/**
0 commit comments