Update Mistica firebase secret #1036
Annotations
6 warnings
Run Tests:
Sources/Mistica/Components/Feedback/FeedbackView.swift#L426
call to main actor-isolated instance method 'prepareAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Run Tests:
Sources/Mistica/Components/Feedback/FeedbackView.swift#L427
call to main actor-isolated instance method 'startAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
Run Tests:
Sources/Mistica/Components/Feedback/FeedbackView.swift#L429
main actor-isolated property 'title' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
|
Run Tests:
Sources/Mistica/Components/Feedback/FeedbackView.swift#L429
main actor-isolated property 'primaryButton' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
|
Run Tests:
Sources/Mistica/Components/Feedback/FeedbackView.swift#L430
main actor-isolated property 'isLoading' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
|
Run Tests:
Sources/Mistica/Components/Feedback/FeedbackView.swift#L430
main actor-isolated property 'primaryButton' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
|