Jan
Results
2
issues of
Jan
The follwing code compiles did not compile in release mode before this PR but did in debug: ```rust fn app(arg: String) -> Element { rsx! { div { key: "{arg}",...
### What happened? When using the `sorted_redaction` it seems to be important to place the sorting redactions at the end which I did not expect to matter. Also using `[]`...
bug