bicarlsen
bicarlsen
@emirror-de, thanks for all the work :) ### 1 For the `BaseDirectory` functions, I leave it to you to choose whatever feels more ergonomic. I don't use these functions, so...
Would be happy to give it a shot, but may need a lot of guidance, if that's okay for you. The first thing that comes to mind would be that...
@gbj, any thoughts on how to go about this before I dive in?
In `0.8.2` with `nightly`, if a signal is accessed as a function in an `Effect::watch` the warning reports the location in `leptos` ([`\reactive_graph-0.2.2\src\nightly.rs:149:1`](https://github.com/leptos-rs/leptos/blob/830882f330becfacb2b71952d7730d85415a6a8d/reactive_graph/src/nightly.rs#L149)) instead of the crate. This is resolved...
I'm not sure if this will require a version bump. If so I can include the change as in the `readme`.
How large of a version bump? i.e. Major, minor, patch?
This also seems to be occurring for `Signal` when using [`impl From for Signal`](https://docs.rs/leptos/latest/leptos/prelude/struct.Signal.html#impl-From%3CReadSignal%3CT%3E%3E-for-Signal%3CT%3E).
This is also the case for many functions of [`HtmlElement`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.HtmlElement.html) (e.g. [`scroll_top`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.HtmlElement.html#method.scroll_top)).
My use case is that I create my state, then break off parts of the state for different views in another state. I then need to access this broken off...
I'll ask in the Discord to see what the public sentiment is :)