-
Notifications
You must be signed in to change notification settings - Fork 0
Property 'beyond-layout-children' not recognized #1
Copy link
Copy link
Open
Labels
Code Editor WarningIndicates issues that result in code editor warnings or error messages but do not affect the functioIndicates issues that result in code editor warnings or error messages but do not affect the functioimprovementIdentifies suggestions or enhancements that can improve the codebase, user experience, or project eIdentifies suggestions or enhancements that can improve the codebase, user experience, or project e
Metadata
Metadata
Assignees
Labels
Code Editor WarningIndicates issues that result in code editor warnings or error messages but do not affect the functioIndicates issues that result in code editor warnings or error messages but do not affect the functioimprovementIdentifies suggestions or enhancements that can improve the codebase, user experience, or project eIdentifies suggestions or enhancements that can improve the codebase, user experience, or project e
Type
Fields
Give feedbackNo fields configured for issues without a type.
Issue Description:
I encountered an error while using the
@beyond-js/react-18-widgetspackage in my TypeScript project. The error message is: "Property 'beyond-layout-children' does not exist on type 'JSX.IntrinsicElements'."Package Version:
@beyond-js/react-18-widgets: [insert package version here]
Expected Behavior:
I expect the package to provide TypeScript declarations for all its components and properties so that TypeScript can recognize and type-check them without any errors.
Actual Behavior:
The
beyond-layout-childrenproperty is not being recognized by TypeScript, leading to a compilation error. I believe this is due to missing or incorrect TypeScript declarations in the package.Steps to Reproduce:
@beyond-js/react-18-widgetspackage in a TypeScript project.beyond-layout-childrenproperty in a JSX element.Error Message:
.
Proposed Solution:
I suggest that the package maintainers add proper TypeScript declarations for all components and properties, including the 'beyond-layout-children' property. This will ensure that developers using TypeScript can benefit from type checking and avoid such compilation errors.
Please let me know if any additional information is required to address this issue. Thank you for your attention to this matter.