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
When I am not logged in to my Wordpress site, this extension will throw an error when you have a saved state for that website in your local storage (or when you click on it again).
VM50:1 Uncaught TypeError: Cannot read property 'style' of null
at <anonymous>:1:38
(anonymous) @ VM50:1
VM51:1 Uncaught TypeError: Cannot read property 'style' of null
at <anonymous>:1:38
(anonymous) @ VM51:1
VM53:1 Uncaught TypeError: Cannot read property 'style' of null
at <anonymous>:1:38
This is because this extension tries to apply style to an element that is not existing on the page.
Steps to reproduce error(s):
Visit Wordpress website
Click on this extension's icon to hide the Wordpress admin bar
Log out of that Wordpress website
Look at Chrome Developer Console
The text was updated successfully, but these errors were encountered:
kevinblackdesk
added a commit
to kevinblackdesk/wpAdminBarHide
that referenced
this issue
Dec 4, 2020
FixesEranSch#3, also I've changed the code block from `[].join('')` to backquotes/backticks since that allows us to write multiple lines of Javascript code and it will be treated as a single string for the `code` property.
When I am not logged in to my Wordpress site, this extension will throw an error when you have a saved state for that website in your local storage (or when you click on it again).
This is because this extension tries to apply style to an element that is not existing on the page.
Steps to reproduce error(s):
The text was updated successfully, but these errors were encountered: