Szymon

Results 59 comments of Szymon

Can you point me where should I look? debug? Maybe I will be able to fix it myself and prepare PR with a fix. Thanks :)

The code is working. Is doing what it should. The value in swift changes. Problem is (I guess due to the error) DOM isn't redrawn.

@helje5 Please look here https://github.com/shial4/SWUI-NextUp

This is the exact project I am using rn

I don't think `@ObservedObject` in this project is working. Is it? If it should. I had no luck with getting it to compile while having @ObservedObject wrapper somewhere. :/

What is this for? #if canImport(Combine) import Combine #elseif canImport(OpenCombine) import OpenCombine #endif Should I add OpenCombine to the project? I think it is not working due to the fact...

I've copy example from here [example](https://github.com/SwiftWebUI/Tinker2/blob/master/Sources/Tinker2/Views/Tests/BindingTestView.swift) That's what I am getting. Without SwiftWebUI.Obse.... I have error such as: ``` 'ObservableObject' is ambiguous for type lookup in this context ```

What I meant is that I still can't get it to work. Due to errors presented above.

Resolved compiling issue. By placing ObservableObject in separate file with one import of SwiftWebUI. Now I can work it out what's happening inside. See if and what is required to...

Could still work. Are you planning to work on it? Have you seen John Sundell outcome? What is your plan for 2020 and SwiftWebUI? Cheers :)