-
-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working