You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
To avoid this, and also avoid having props for each possible attribute, there could be an iframeProps prop that gets destructured here (before the defaults):
Currently to be able to set any other props/attributes on the
iframeelement we have to do so via therefon mount (eg. withuseEffect):To avoid this, and also avoid having props for each possible attribute, there could be an
iframePropsprop that gets destructured here (before the defaults):chrome-sidebar/src/frame.js
Lines 100 to 109 in ae9f07e
eg.