Description
Text("(partialResult)(text)") creates a LocalizedStringKey that
recursively resolves format specifiers (e.g. %@, %s) in user content,
causing infinite recursion and stack overflow. Use the + operator for
Text concatenation instead.
Checklist
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Textual version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
Description
Text("(partialResult)(text)") creates a LocalizedStringKey that
recursively resolves format specifiers (e.g. %@, %s) in user content,
causing infinite recursion and stack overflow. Use the + operator for
Text concatenation instead.
Checklist
mainbranch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Textual version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information