Occasionally, when using Text(_:) in SwiftUI, I get the error '(@lvalue String) -> Text' is not convertible to '(String) -> Text'. This happens completely randomly, and is independent of the SwiftUI View or the contents of the text. It occasionally fixes itself, other times I have to restart my computer, other times I have to make a new SwiftUI file. So I'm wondering if this error actually means anything or if it's just a beta bug? Thanks.
Note: I am not including any other code as this happens in any SwiftUI file regardless of any other code. It is completely dependent on Text