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
I tried to include a document into another document where this document is also included.
💻 Repro or Code Sample
Branch : dev-v5
My operations were :
In the project, FluentUI.Demo.Client, I create a document NewA.md into the existing document MigrationColor.md.
This one is already included into the MigrationVersion5.md
While the visionalisation, I get an error message : "The Component INCLUDE error"
If I include the NewA.md in the MigrationVersion5.md, the content is display.
🤔 Expected Behavior
Display the included file
😯 Current Behavior
Display an error
💁 Possible Solution
I put the document one level upper.
🔦 Context
In the branch dev-v5
🌍 Your Environment
OS & Device: Windows 11, Microsoft Laptop Studio 2
Browser : Microsoft Edge, Google Chrome, Mozilla FireFox
.NET and Fluent UI Blazor library Version : dev-v5
The text was updated successfully, but these errors were encountered:
I know that recursive includes are not possible. It is not yet a necessary function. Especially since to do that you need to detect A->B->A include loops. And that's another story.
🐛 Bug Report
I tried to include a document into another document where this document is also included.
💻 Repro or Code Sample
Branch :
dev-v5
My operations were :
NewA.md
into the existing documentMigrationColor.md
.This one is already included into the
MigrationVersion5.md
While the visionalisation, I get an error message : "The Component INCLUDE error"
If I include the
NewA.md
in theMigrationVersion5.md
, the content is display.🤔 Expected Behavior
Display the included file
😯 Current Behavior
Display an error
💁 Possible Solution
I put the document one level upper.
🔦 Context
In the branch
dev-v5
🌍 Your Environment
Windows 11
,Microsoft Laptop Studio 2
Microsoft Edge
,Google Chrome
,Mozilla FireFox
dev-v5
The text was updated successfully, but these errors were encountered: