Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add import statement to visibilityFilter example (#3487)
In this code example, SET_VISIBILITY_FILTER is used in a switch case, but it is never imported first. It is imported in the subsequent example code block in the docs. This is confusing, especially for users who aren't familiar with switch statements.
- Loading branch information