Issue Description
When some username is entered with @ symbol (For example @myusername) this error comes on the UI
Undefined is not an object (evaluating 'n.data')
Suggested fixes
-
Types must be checked before reading properties like data on objects being created from end user input to prevent edge cases like this
-
Secondly error texts like these must be logged in the browser console and a user friendly error message should be provided to the end user
Bug Screenshot

Issue Description
When some username is entered with @ symbol (For example @myusername) this error comes on the UI
Undefined is not an object (evaluating 'n.data')Suggested fixes
Types must be checked before reading properties like data on objects being created from end user input to prevent edge cases like this
Secondly error texts like these must be logged in the browser console and a user friendly error message should be provided to the end user
Bug Screenshot