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
Hi,
when trying to use filter in privileges selection for a role I am able only to type a subset of letters and unlimited asterisks, insertion of any other char causes following error to show up:
react-dom.production.min.js:101 Uncaught TypeError: Cannot read properties of null (reading 'toLowerCase')
at PrivilegeSelectionMachine.js:72:114
at Array.filter (<anonymous>)
at filteredData (PrivilegeSelectionMachine.js:72:21)
at utils.js:385:61
at Array.reduce (<anonymous>)
at E (utils.js:367:48)
at H (actions.js:429:47)
at e.resolveTransition (StateNode.js:876:21)
at e.transition (StateNode.js:812:17)
at interpreter.js:695:28
Hi,
when trying to use filter in privileges selection for a role I am able only to type a subset of letters and unlimited asterisks, insertion of any other char causes following error to show up:
Uncaught TypeError: Cannot read properties of null (reading 'toLowerCase') (https://NEXUS-ADDRESS/static/nexus-rapture-bundle.js?_v=3.70.3-01&_e=OSS&_c=2024-10-02-1800-19686:2)
From dev tools console:
react-dom.production.min.js:101 Uncaught TypeError: Cannot read properties of null (reading 'toLowerCase') at PrivilegeSelectionMachine.js:72:114 at Array.filter (<anonymous>) at filteredData (PrivilegeSelectionMachine.js:72:21) at utils.js:385:61 at Array.reduce (<anonymous>) at E (utils.js:367:48) at H (actions.js:429:47) at e.resolveTransition (StateNode.js:876:21) at e.transition (StateNode.js:812:17) at interpreter.js:695:28
The issue was not present in 3.70.2-01.
BR,
Damian
The text was updated successfully, but these errors were encountered: