liveview-native / liveview-client-swiftui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning on attribute in SwiftUI

bcardarella opened this issue · comments

Can you share the template that triggered this warning?

Sorry, that was a half-assed issue I opened. The bug is legit, I'll get the template this morning

<NavigationLink><Text>Hello</Text></NavigationLink>

Invalid markup, @carson-katri figured it out.

That template didn't trigger the warning for me. This does though:

<Text>Hello, <Text>nested text</Text></Text>