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
When using Seed's macros (like div or style), seed::prelude::* must be imported.
Otherwise compiler errors are generated (e.g. failed to resolve: use of undeclared type `IndexMap` not found in this scope).
Why can't we specify full paths in macros so that use seed::prelude::* is not necessary?
The text was updated successfully, but these errors were encountered:
When using Seed's macros (like
div
orstyle
),seed::prelude::*
must be imported.Otherwise compiler errors are generated (e.g.
failed to resolve: use of undeclared type `IndexMap` not found in this scope
).Why can't we specify full paths in macros so that
use seed::prelude::*
is not necessary?The text was updated successfully, but these errors were encountered: