Skip to content

Commit

Permalink
Fix namespace collision with Observable (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-rivet authored Jan 15, 2025
1 parent 3ae9a13 commit 9e9ec51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PerceptionMacros/PerceptibleMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ extension PerceptibleMacro: ExtensionMacro {
}

let decl: DeclSyntax = """
extension \(raw: type.trimmedDescription): \(raw: qualifiedConformanceName), Observable {}
extension \(raw: type.trimmedDescription): \(raw: qualifiedConformanceName), Observation.Observable {}
"""
let ext = decl.cast(ExtensionDeclSyntax.self)

Expand Down

0 comments on commit 9e9ec51

Please sign in to comment.