fabe opened this issue 6 years ago · 0 comments
Using the polyfill:
// <dialog> polyfill if (typeof window !== `undefined` && typeof HTMLDialogElement !== 'function') { require('dialog-polyfill'); }
does not seem to work properly.