index.js:1 Warning: Received the string true for the boolean attribute allowFullScreen. Although this works, it will not work as expected if you pass the string "false". Did you mean allowFullScreen={true}?
Warning generated by this html: <iframe allowfullscreen="true"></iframe>
index.js:1 Warning: Received the string
truefor the boolean attributeallowFullScreen. Although this works, it will not work as expected if you pass the string "false". Did you mean allowFullScreen={true}?Warning generated by this html:
<iframe allowfullscreen="true"></iframe>