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
New users invitation procedure does not work on the new react console. When attempting to do so, nothing happens.
On the development tool console, the following error is raised
Blocked aria-hidden on an element because its descendant retained focus.
The focus must not be hidden from assistive technology users. Avoid using aria-hidden
on a focused element or its ancestor. Consider using the inert attribute instead,
which will also prevent focus. For more details, see the aria-hidden section of the
WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
It appears that the bug is on the new react console side as the procedure still work on the old angularjs console.
The text was updated successfully, but these errors were encountered:
New users invitation procedure does not work on the new react console. When attempting to do so, nothing happens.
On the development tool console, the following error is raised
It appears that the bug is on the new react console side as the procedure still work on the old angularjs console.
The text was updated successfully, but these errors were encountered: