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
{{ message }}
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Consider this React component called in a Vue template:
Couldn't be simpler. But it passes
children
which aren't there at all. Using forbidExtraProps from airbnb-prop-types it fails prop-type validation.Please ONLY pass children if a component has content, a
<slot>
, or an explicitchildren
prop.Same problem occurs in that other superfluous prop.
The text was updated successfully, but these errors were encountered: