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
and the EmbeddableAsName is wrong, I get and error: Trait not found. it appears at the top of the contract where #[starknet::contract] is placed.
IMO, It should imply which trait is not found or at least point to the component that caused the error.
The text was updated successfully, but these errors were encountered:
Within a starknet contract piece of code, if I use a component as follows:
and the
EmbeddableAsName
is wrong, I get and error:Trait not found.
it appears at the top of the contract where#[starknet::contract]
is placed.IMO, It should imply which trait is not found or at least point to the component that caused the error.
The text was updated successfully, but these errors were encountered: