We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4c2df commit 223396aCopy full SHA for 223396a
src/renderers/dom/fiber/ReactDOMFiberComponent.js
@@ -66,6 +66,8 @@ if (__DEV__) {
66
// *don't* warn for <time> even if it's unrecognized by Chrome because
67
// it soon will be, and many apps have been using it anyway.
68
time: true,
69
+ // There are working polyfills for <dialog>. Let people use it.
70
+ dialog: true,
71
};
72
73
var validatePropertiesInDevelopment = function(type, props) {
0 commit comments