Property name must begin with {scope} #34
-
|
When I converted an existing scoped application to Fluent by using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
We have run into this before and reported it, you can bypass the issue using @fluent-ignore though right above the name field. //@fluent-ignore Or whatever the name is. |
Beta Was this translation helpful? Give feedback.
-
|
@zackman0010 could you post the Fluent code just so I can ensure they have the right test when we fix this. You can swap our your scope and property names with dummy info so it does not get exposed. Thanks |
Beta Was this translation helpful? Give feedback.
We have run into this before and reported it, you can bypass the issue using @fluent-ignore though right above the name field.
//@fluent-ignore
name: "glide.whatever"
Or whatever the name is.