Skip to content

fix(widgets): SplitterWidget types#10233

Merged
Pessimistress merged 2 commits intomasterfrom
x/splitter-type
Apr 17, 2026
Merged

fix(widgets): SplitterWidget types#10233
Pessimistress merged 2 commits intomasterfrom
x/splitter-type

Conversation

@Pessimistress
Copy link
Copy Markdown
Collaborator

new Deck({
  widgets: [ new SplitterWidget() ]
})

fails type check as of v9.3.0 (SplitterWidget extends Widget<SplitterWidgetProps, View[]> cannot be assigned to Widget<WidgetProps, null>)

Change List

  • Tighten up types
  • Documentation

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 79.014%. remained the same — x/splitter-type into master

@Pessimistress Pessimistress merged commit bc8f381 into master Apr 17, 2026
4 of 5 checks passed
@Pessimistress Pessimistress deleted the x/splitter-type branch April 17, 2026 20:48
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