Hi all, first of all thanks for putting together such an awesome library!
I believe that some of the Typescript definitions in the library are wrong or incomplete. In the following snippet, TypeScript will yell at you because the definition for PanelSection doesn't include a children prop.
Hi all, first of all thanks for putting together such an awesome library!
I believe that some of the Typescript definitions in the library are wrong or incomplete. In the following snippet, TypeScript will yell at you because the definition for
PanelSection
doesn't include achildren
prop.This is from
decky-frontend-lib@3.18.4
:I have the following setup for my
src/index.tsx
file.The typescript error is
Are you accepting PRs for these issues?