Florent Martin
08/28/2023, 8:10 AMreact.dom.html.HTMLAttributes<web.html.HTMLDivElement>
are actually missing because it is not there anymore (new PaperOwnProps
)
Errors are Unresolved reference: className
or Unresolved reference: id
using f.e:
Card {
className = ClassName("my-classname")
I guess this need to be added in a MR.aerialist
08/29/2023, 7:50 AMCard
component?
If yes, please create an issue here and I’ll fix it.
For now you can try next approach:
Card {
classes = jso {
root = ClassName("my-classname")
}
}
Florent Martin
08/29/2023, 8:54 AMCard
component.
I will create an issue.
Thank you!Florent Martin
09/19/2023, 4:06 PM