seed icon indicating copy to clipboard operation
seed copied to clipboard

Prelude required to use Seed macros

Open wkordalski opened this issue 3 years ago • 0 comments

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?

wkordalski avatar Dec 31 '21 00:12 wkordalski