Closed dnlsilva closed 11 months ago
Hi @GleidsonDaniel, thanks for the PR, but the current implementation is the expected behavior. The idea is that it allows you to take any specific value needed (or none) from props
and pass it forward to the component.
If you send any props through the show it is not passed to the component, since it only uses the deconstructed props, inside it does not make any spread.