Szymon
Szymon
Found this ``` expression produced error: error: /var/folders/gg/hfgx153d4rl12h2fw1wtw0rw0000gn/T/expr14-87ee3c..swift:1:76: error: 'EnvironmentObject' is not a member type of 'SwiftWebUI' Swift._DebuggerSupport.stringForPrintObject(Swift.UnsafePointer(bitPattern: 0x1051cdb50)!.pointee) ```
Side note. If I refresh page from within browser it does render desired view. Do not have to click it twice. What's the difference? Why it is not reloading page...
Is there something wrong with Ajax? Those are two loga I do receive after onTapAction. ``` POST /handle?wosid=52B8CAE2-6481-4589-BD66-82A85F0CF695&wocid=0x1&eid=/._._._._._._.1._.2._._.1._._.0._.1._._._.1.commit&event=commit&value=test123456 POST /handle?wosid=52B8CAE2-6481-4589-BD66-82A85F0CF695&wocid=0x1&eid=/._._._._._._.1._.2._._.1._._.0._.1._._._.2._._.1&event=click ```
I think the problem might be inside [ObservedObject.swift line 94](https://github.com/SwiftWebUI/SwiftWebUI/blob/develop/Sources/SwiftWebUI/Properties/ObservedObject.swift#L94) Nothing happens after. `context.invalidateComponentWithID(elementID)` Is there anything missing? @helje5 Can you help me with this? Should context somehow force with...
From what I think is happening (If you can confirm). Button click `event=click` which is POST is not modifying values of virtual DOM. It is executing async operation. Server login...
> @shial4 would you be able to provide a sample project that reproduces the crash? Hopefully, yes. Will see over the weekend what can I do about it. I can...
Where did you get with this @carson-katri Any update on this one?
https://developer.apple.com/documentation/swiftui/view/textselection(_:)
SwiftUI example 
actually, after further investigation. I'm not sure what is the root of it, but behaviour is different for the same code in SwiftUI