Open IamSebastianDev opened 9 months ago
Feature Overview: When inserting a component that has not defined Props, a empty Object {} needs to be passed, which is unnecessary.
{}
Current Functionality:
Suggested Enhancement: A component that does not need props should not require a empty object to be instantiated.
Benefits of Enhancement: Makes things more pretty and not so weird.
Feature Enhancement Description
Feature Overview: When inserting a component that has not defined Props, a empty Object
{}
needs to be passed, which is unnecessary.Current Functionality:
Suggested Enhancement: A component that does not need props should not require a empty object to be instantiated.
Benefits of Enhancement: Makes things more pretty and not so weird.
Additional Information
Possible Implementation 💡
Additional Context