Skip to content

Extract to component should include @namespace #11478

@davidwengier

Description

@davidwengier

Place this in a Razor file in a project not called "Foo":

@namespace Foo

<h1>blah</h1>

Run extract to component, and the component will be created fine, but since it doesn't bring the @namespace across, when you go back to the originating component, the <Component /> tag will be unrecognized and squiggled.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions