You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk-tree): initialize cdk-tree component datasource in the constructor (#15)
Due to how class property initialization works in ES2022, we cannot access shorthand properties that are initialized via the constructor outside the constructor. Therefore, we need to move the initialization of some properties inside the constructor.
See #15 (comment) for more details.
0 commit comments