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
{{ message }}
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
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
fiberObserve, a lot of functionality isn't working due to missing calls for
Expected behaviour
Calls work as expected.