-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Status: TriageNeeds to be verified, categorized, etcNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect
Description
Description
The following works:
classDiagram
RenderProcessHost --|> `IPC::Sender`
However, this does not work for namespaces:
classDiagram
namespace `A::B` {
class `IPC::Sender`
}
RenderProcessHost --|> `IPC::Sender`
Steps to reproduce
Use above example in mermaid.live
Screenshots
Code Sample
Setup
- Mermaid version: whatever is on mermaid.live
- Browser and Version: N/A
Suggested Solutions
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Status: TriageNeeds to be verified, categorized, etcNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrectSomething isn't working or is incorrect