Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

'createState()' doesn't get entirely treeshaken away #196

@bennobuilder

Description

@bennobuilder

🐛 Bug report

🤖 Current Behavior

If we import createLightState() we want a lighter variant of the State without the Storage logic.
However, all the Storage logic is included, although we never imported createState().

image

🎯 Expected behavior

If we only import createLightState() the whole Storage logic should be tree shaken away.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    tag: bug fixChangelog Tag for 'bug fix'

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions