Open leticiawanderley opened 6 years ago
Good fix for #171, well done ! #212 was mistakenly reported as a bug, it's by design that name
property is mandatory. Further explanation on the bug report itself.
It'd be better to create separate PRs for each bug
This PR fixes bugs #171 and #212. It makes the attribute
name
inside the componentHello
optional to prevent this error.And renames the interface
Props
toIProps
to adapt to the linting rules.