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
Describe the bug
Fatal error: Unexpectedly found nil while unwrapping an Optional value ._domRef($state.observedNodeRef) doesn't work when using fibre.
To Reproduce
Tested with TokamakDOM fibre 2 fixes
private let ResizeObserver = JSObject.global.ResizeObserver.function!
let observerRef = ResizeObserver.new(closure)
_ = observerRef.observe!(state.observedNodeRef!)
Expected behavior
Rect has the size of the content.
The text was updated successfully, but these errors were encountered:
Describe the bug
Fatal error: Unexpectedly found nil while unwrapping an Optional value
._domRef($state.observedNodeRef)
doesn't work when using fibre.To Reproduce
Expected behavior
Rect has the size of the content.
The text was updated successfully, but these errors were encountered: