-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
Hello,
I have a problem with run Yours MarkupEditor
- I added Package from GitHub link end add to my project
- add yours example code
import SwiftUI
import MarkupEditor
struct ContentView: View {
@State private var demoHtml: String = "<h1>Hello World</h1>"
var body: some View {
MarkupEditorView(html: $demoHtml)
}
}
and I get error
Cannot find 'MarkupEditorView' in scope
when I open I Package Dependencies tree with MarkupEditor 0.3.3 I does not see MarkupEditorView file. This is correct?
Thanks for help,
Piotr
Metadata
Metadata
Assignees
Labels
No labels