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(world): validate component types on add/remove
Added validation for component types when adding or removing components in the World class. This includes checks for invalid types and restrictions on wildcard relation components to prevent direct addition. Enhanced the command execution flow to handle wildcard relation removals by identifying and removing all matching relation components.
0 commit comments