headless-studio / leptos-leaflet

MIT License
22 stars 14 forks source link

Use serde-wasm-bindgen instead of serde-serialize #25

Closed Wollaston closed 4 months ago

Wollaston commented 4 months ago

This updates the project to use serde-wasm-bindgen instead of the serde-serialize feature of wasm-bindgen in order to avoid a potential cyclic dependency issue. Please see #24 for additional details.

dgsantana commented 4 months ago

Thank you for the PR @Wollaston. Merging now.