-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Use of {... this.props} is causing this error in the browser console:
Unknown prop `backgroundImage` on <div> tag
From https://facebook.github.io/react/warnings/unknown-prop.html
Are you using {...this.props} or cloneElement(element, this.props)? Your component is transferring its own props directly to a child element (eg. https://facebook.github.io/react/docs/transferring-props.html). When transferring props to a child component, you should ensure that you are not accidentally forwarding props that were intended to be interpreted by the parent component.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels