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
Exclude incompatible Application props from component schema (#279)
* refactor: update component definition API to use options object
- Changed the component definition function to accept an options object, allowing for exclusion of specific props and defining an API name.
- Updated multiple components to utilize the new options structure for better clarity and maintainability.
- Adjusted the applyProps function to accept a more generic props type.
* refactor: expand excluded props in Application component
- Added 'gamepads', 'scene', 'scripts', and 'assets' to the list of excluded props in the Application component.
- Updated the corresponding exclude array to reflect these changes for improved prop management.
* changeset
0 commit comments