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
While creating and renaming folders for variables works well in Firefox, I´m unable to create and/or rename a folder in Microsoft Edge (Version 83.0.478.50).
The developer´s console shows the following error when clicking on the icon to create a new folder:
TypeError: t.newName.replaceAll is not a function
at s.<anonymous> (edit.bundle.js:8)
at s.e._render (vendor.bundle.js:13)
at s.r (vendor.bundle.js:13)
at pn.get (vendor.bundle.js:13)
at pn.run (vendor.bundle.js:13)
at dn (vendor.bundle.js:13)
at Array.<anonymous> (vendor.bundle.js:13)
at Ze (vendor.bundle.js:13)
and this error when clicking on the name of an existing folder:
TypeError: e.value.replaceAll is not a function
at s.<anonymous> (vendor.bundle.js:13)
at s.e._render (vendor.bundle.js:13)
at s.r (vendor.bundle.js:13)
at pn.get (vendor.bundle.js:13)
at pn.run (vendor.bundle.js:13)
at dn (vendor.bundle.js:13)
at Array.<anonymous> (vendor.bundle.js:13)
at Ze (vendor.bundle.js:13)
The text was updated successfully, but these errors were encountered:
While creating and renaming folders for variables works well in Firefox, I´m unable to create and/or rename a folder in Microsoft Edge (Version 83.0.478.50).
The developer´s console shows the following error when clicking on the icon to create a new folder:
and this error when clicking on the name of an existing folder:
The text was updated successfully, but these errors were encountered: