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
I am allowing users to send multiple lines in a chat. When a user sends nothing but empty lines, the filter breaks, and throws Uncaught TypeError: Cannot read properties of null (reading '0') at Filter.clean.
The text was updated successfully, but these errors were encountered:
…lean method
this was refactored a bit as suggested by tsc when typing everything up, in turn i think this is
resolved based on the test cases added for this use-case.
#168
I am allowing users to send multiple lines in a chat. When a user sends nothing but empty lines, the filter breaks, and throws
Uncaught TypeError: Cannot read properties of null (reading '0')
atFilter.clean
.The text was updated successfully, but these errors were encountered: