rsx reference - inconsistencies
frantisek-heca opened this issue · 2 comments
frantisek-heca commented
ZephyrZhang3 commented
- not empty & not div🤣
- I think it means
img {}
. It's better to use comment mark like 1.
rsx! {
img { <-------
// attributes
width: "10px" // name: value
} <--------
}
frantisek-heca commented
Hmm.. I am sorry for not misleading in my 2nd case (I am going to delete it)
Somehow I was expecting they talk and want to show using name
props in brackets... http://{name}whatever
- my mistake.