Skip to content

Avoid “never used” warning for computed #7

@aleclarson

Description

@aleclarson
"computed" is imported from external module "valtio-kit" but never used

This is reported by vite build. We might be able to silence the warning from our Vite plugin. If we can remove the import instead.

This happens because computed calls get rewritten to V.computed calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions