You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing triggers for below app lifecycle calls, breaks many modifier or views which depends on this functionality, internally inside TokamakCore as externally inside TokamakDOM and so on.
To Reproduce
Use fiber
static let _configuration: _AppConfiguration = .init(
reconciler: .fiber(useDynamicLayout: true)
)
Observe, a lot of functionality isn't working due to missing calls for
Describe the bug
Missing triggers for below app lifecycle calls, breaks many modifier or views which depends on this functionality, internally inside TokamakCore as externally inside TokamakDOM and so on.
To Reproduce
Use
fiber
Observe, a lot of functionality isn't working due to missing calls for
Expected behaviour
Calls work as expected.
The text was updated successfully, but these errors were encountered: