Path: blob/main/release-content/migration-guides/non-generic-access.md
6592 views
---
---
Now that archetype_component_id
has been removed, Access
, AccessFilters
, FilteredAccess
, and FilteredAccessSet
were only ever parameterized by ComponentId
. To simplify use of those types, the generic parameter has been removed. Remove the <Component>
generic from any use of those types.