Open
Description
Using Daily prebuilt 0.71.2, React 18.2.0,
Only sometimes this error occurs:
Cannot read properties of null (reading 'postMessage')
const instance = DailyIframe.createFrame(node);
node
is a React.ref which is well defined.
Refreshing the page solves it. So it seems quite random. This is the client-side exception.
Tested on Chrome and Firefox, same issue
Edit : it seems that using version 0.66.0
works but no longer from 0.67.0
Activity