You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a child component has a name, it seems a given custom tag name is ignored. I think the stub name should be quite similar to a given custom tag name.
What is expected?
A tag name of a stub for MaterialIconView in TestComponent is x-material-icon-stub
What is actually happening?
The tag name is materialiconview-stub
The text was updated successfully, but these errors were encountered:
Version
1.0.0-beta.20
Reproduction link
https://codesandbox.io/s/zk6k1yl76m
Steps to reproduce
When a child component has a name, it seems a given custom tag name is ignored. I think the stub name should be quite similar to a given custom tag name.
What is expected?
A tag name of a stub for
MaterialIconView
inTestComponent
isx-material-icon-stub
What is actually happening?
The tag name is
materialiconview-stub
The text was updated successfully, but these errors were encountered: