fabe/gatsby-universal

<dialog> not supported in Safari

fabe opened this issue · 0 comments

fabe commented

Using the polyfill:

// <dialog> polyfill
if (typeof window !== `undefined` && typeof HTMLDialogElement !== 'function') {
  require('dialog-polyfill');
}

does not seem to work properly.