Closed derrickquinn closed 1 year ago
Calling leptos_server_signal::provide_websocket(cx, "ws://localhost:3000/ws") fails with the current version of leptos and leptos_server_signal. Error:
leptos_server_signal::provide_websocket(cx, "ws://localhost:3000/ws")
leptos
leptos_server_signal
I've verified that it builds fine, after leptos_server_signal/Cargo.toml uses leptos = "0.3".
leptos_server_signal/Cargo.toml
leptos = "0.3"
I've just published version 0.4.0 of leptos_server_signal which uses leptos 0.3
leptos 0.3
Calling
leptos_server_signal::provide_websocket(cx, "ws://localhost:3000/ws")
fails with the current version ofleptos
andleptos_server_signal
. Error:I've verified that it builds fine, after
leptos_server_signal/Cargo.toml
usesleptos = "0.3"
.