tqwewe / leptos_server_signal

Leptos server signals synced through websockets
MIT License
56 stars 12 forks source link

Moving nightly to feature. #15

Closed RembrandtK closed 5 months ago

RembrandtK commented 5 months ago

Thank you for creating and sharing these server signals.

These examples don't require nightly features, but including them prevents compilation on the stable release channel.

This PR moves the nightly feature of dependencies to be only used when compiled with the "nightly" feature.

You could alternatively remove the feature because the examples work on both stable and nightly without needing the nightly feature.

tqwewe commented 5 months ago

Thanks for this PR! I've pushed a commit to remove the nightly feature flag entirelly since I don't think it offers anything