Skip to content

Svelte package uses internals #744

@probablykasper

Description

@probablykasper

Describe the issue

The Svelte package imports Svelte internals here, which is likely why the package currently is broken for me.

https://github.com/revolist/svelte-datagrid/blob/932e9b3ba6bb753ff9bc5456c8ea3f9243226412/lib/components/RevoGrid.ts#L334C1-L336C45

Quote from sveltejs/svelte#11622 (comment):

As the name says and our documentation and errors show, svelte/internal is for internal use only. You must not use it or provide guidance on how to do so. There are no guarantees whatsoever that these interfaces are stable or change at any point in time without notice. Your app or the apps of users using your library that contains this code are going to break and it will be all your fault.

TL;DR: don't use svelte/internal, period.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions