bug(MatTabModule): Loading many formcontrols on 2nd, 3rd, etc tab (not 1st) will result in "Error: Could not find identifiable element" #30243
Labels
needs triage
This issue needs to be triaged by the team
Is this a regression?
The previous version in which this bug was not present was
No response
Description
My app uses the MatTabModule, with currently 5 tabs.
Using form controls on tab1 is working like expected, but on any other tab, it throws an error.
At least, when using A LOT of controls (like 100).
Reproduction
Steps to reproduce:
HTML:
Whenever I lower the number of loops....there is no error....
Expected Behavior
Expected result is to be able to use as many controls as I want, without throwing an error...
Actual Behavior
Tab and Form is loaded as expected, but throwing an error, see attached screenshot.
Environment
The text was updated successfully, but these errors were encountered: