TokamakUI / Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Apache License 2.0
2.62k stars 111 forks source link

Update JavascriptKit #468

Closed yonihemi closed 2 years ago

MaxDesiatov commented 2 years ago

Looks like our new Hashable implementation conflicts with location.hash, need to replace it with location["hash"] or smth like that.