-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Workspace - Views - Table
-
None
-
8
-
Minor
Issue Summary
Users are encountering a React error when attempting to create a filter within the Workspace Table View in Trello.
Steps to Reproduce
- Open Trello and navigate to the Workspace Table View.
- Attempt to create a filter within the Workspace Table View.
Expected Results
The filter should be created successfully without any errors, allowing users to filter cards by list, label, member, and due date.
Actual Results
A React error is encountered, preventing the user from using the filter functionality. The error message is as follows:
Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
The below exception is thrown in the browser console log:
Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available