You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is related somehow but I observed that commenting out line macro_names = ["leptos::view, view"] # Macro names which will be formatted
in leptosfmt.toml file ironically fixes formatting inside !view macro.
I don't know if this is related somehow but I observed that commenting out line macro_names = ["leptos::view, view"] # Macro names which will be formatted in leptosfmt.toml file ironically fixes formatting inside !view macro.
Not sure where you get that line from, but macro_names should be ["leptos::view", "view"] and not ["leptos::view, view"].
@bram209 as discussed on discord here is the weird formatting:
You can find the whole file here: https://github.com/hiveboardgame/hive/blob/main/apis/src/components/molecules/game_row.rs
Thanks
leex
The text was updated successfully, but these errors were encountered: