Open
Description
Extending CdkTrapFocus
causes the issue that its dependency FocusTrapFactory
is deprecated (and should have actually been removed already: @breaking-change: for 11.0.0 Remove this class
) and its proposed substitution ConfigurableFocusTrapFactory
is superficially incompatible with CdkTrapFocus
(it seems to work by simply suppressing the compiler with // @ts-ignore
).
What is the preferred way to deal with this issue?