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 think this makes it too easy to accidentally miss setting the class, which given the situation with all these multiple macros, is quite easily missed
I was thinking this because I thought requiring it makes it too easy to accidentally override what the transparent error defines for its class. So it’s easy to end up in a scenario where the same error has different class names. Maybe it’s not possible to analyze for this in the macro though? It would maybe be nice for it to at least error when overriding a class name, but maybe not possible.
yeah not really possible for it to be completely correct.
sadly we do have cases where we want to overwrite the error, so this wouldnt be desireable either way
Maybe this should be
#[class(inherit)]
by default?The text was updated successfully, but these errors were encountered: