I have a parent project, and I created a new project inherited from it to learn the protocol and workflow. When I drop a component and link it to a tag, the name doesn’t appear. In another project that I’m using to learn from, it works correctly. Why is this happening?
What does this mean, exactly? “link it to a tag” and “the name doesn’t appear” are very ambiguous without some context:
- how you’re “linking” (binding?) the tag
- what “a component” is (label? embedded view?)
- how is the “name” supposed to appear? it is bound to the partial tagpath to pull out the tag name? is it reading the tagpath’s name prop?
Are you supplying the tag provider in the tag path, or do you have a default tag provider set in the project settings?
+1 on verification of project settings. The tag providers will be the same across all projects, the project settings might not be the same.