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
I stumbled this issue while linting a component that is using google-youtube.
../bower_components/google-youtube/google-youtube.html:98:7
Property '_playsupportedLocalStorage' bound to attribute 'value' not found in 'properties' for element 'google-youtube'
Just add _playsupportedLocalStorage to the component properties.
Thank you.
The text was updated successfully, but these errors were encountered:
I stumbled this issue while linting a component that is using google-youtube.
../bower_components/google-youtube/google-youtube.html:98:7
Property '_playsupportedLocalStorage' bound to attribute 'value' not found in 'properties' for element 'google-youtube'
Just add _playsupportedLocalStorage to the component properties.
Thank you.
The text was updated successfully, but these errors were encountered: