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
On Thu, Apr 20, 2017 at 19:58 Darin Haener ***@***.***> wrote:
React 15 is deprecating adding unknown props to elements.
Unknown prop `active` on <ul> tag. Remove this prop from the element.
active needs to be removed from the props before being spread onto the ul
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbacKfek4pJptxvD-Ii2vaIh2d8aN2Qks5rx_EYgaJpZM4NDtop>
.
React 15 is deprecating adding unknown props to elements.
active
needs to be removed from the props before being spread onto theul
The text was updated successfully, but these errors were encountered: