Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Getting two console warnings #10

Closed
anzzstuff opened this issue Jul 12, 2016 · 2 comments
Closed

Getting two console warnings #10

anzzstuff opened this issue Jul 12, 2016 · 2 comments
Assignees
Labels

Comments

@anzzstuff
Copy link
Contributor

Everything is working as expected, but I'm wondering why I'm getting these two warnings in chrome dev tools' console:

Warning: Unknown prop `portalId` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
    in div

Warning: Unknown prop `_radiumDidResolveStyles` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
    in div (created by StyleRoot)
    in StyleRoot (created by ReactImageLightbox)
    in div
@fritz-c
Copy link
Member

fritz-c commented Jul 13, 2016

Apologies for the inconvenience. Since React 15.2.0, React has started to throw warnings whenever unknown properties were assigned to DOM elements. I'm currently working on a branch that will resolve the top warning, but the bottom warning is dependent on this issue for Radium being resolved.

@fritz-c
Copy link
Member

fritz-c commented Jul 19, 2016

This is fixed in 3.0.0. Please let me know if there are any degradations on your upgrade (see the release notes for details)

@fritz-c fritz-c closed this as completed Jul 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants