-
Notifications
You must be signed in to change notification settings - Fork 49.1k
Description
Do you want to request a feature or report a bug?
Bug (and Feature?)
What is the current behavior?
Warnings are logged out as console.error()
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/ebsrpraL/).
I am using React 16 RC and the behavior did come up with every warning React logged out so far.
What is the expected behavior?
Warnings should be logged out with console.warn(). This way we can actually filter the output of the console and distinguish between real errors and warnings.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React 16 RC / Chrome