Skip to content

Instantly share code, notes, and snippets.

@jstart
Last active June 17, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jstart/c26080d2fb9795d01b2c5a9e20c0d3f7 to your computer and use it in GitHub Desktop.
Save jstart/c26080d2fb9795d01b2c5a9e20c0d3f7 to your computer and use it in GitHub Desktop.
Reparenting nested renderer host -- preferences may be missing. at /BuildRoot/Library/Caches/com.apple.xbs/Sources/Monoceros_Sim/Monoceros-5.104/Core/ViewGraph.swift:685
struct ErrorView : View {
var body: some View {
ScrollView {
VStack {
ScrollView {
Text("test")
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment