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
Then here's the warning I get even though warn is set to false:
Warning: Failed prop type: Style property `border-radius` supplied to `A` unsupported in: gmail-android.
in A (created by CTA)
in CTA
in tbody (created by Box)
in table (created by Box)
in Box (created by Email)
in td (created by Item)
in tr (created by Item)
in Item (created by Email)
in tbody (created by Box)
in table (created by Box)
in Box (created by Email)
in body (created by Email)
in html (created by Email)
in Email
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
arasmussen
changed the title
Warnings log even though warn is set to true.
Warnings log even though warn is set to false
Aug 27, 2017
Did you get anywhere with this? I haven't been able to solve it either, it's annoying for tests, stubbing console.warn doesn't seem to help either somehow
Hmm, weird. Well I was wrong about the tests, they are using console.warn and console.error but the "error" messages have Warning: in them so I assumed they were warns. After stubbing both methods stuff doesn't get printed to the terminal anymore during tests.
Here's my configuration:
Then here's the warning I get even though
warn
is set tofalse
:Am I doing something wrong?
The text was updated successfully, but these errors were encountered: