Why does the definition code of layout for IgbDockManager cause the warning "BL0005"? #36
Unanswered
jsakamotoIGJP
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When implementing a Blazor app that uses IgbDockManager, the definition code of layout for IgbDockManager caused the warning
BL0005: Component parameter 'RootPane' should not be set outside of its component
.I believe it must be correct because I did it by referencing the code on the official help document site.
But why do the properties that are involved with DockManager layout information have the
[Parameter]
attribute regardless it will cause the warning "BL0005"?Might there be a better way to define the layout of IgbDockManager that avoids such a warning?
You can reproduce the warning "BL0005" by the Blazor WebAssembly project I attached below.
📦Issue036BlazorWasmApp.zip
Beta Was this translation helpful? Give feedback.
All reactions