Giter Club home page Giter Club logo

Comments (2)

ije avatar ije commented on July 3, 2024 1
Screenshot 2024-05-17 at 18 27 03

i just found there is a package.json in the actions directory, the current server can't not handle it correctly, next version this will be fixed

from esm.sh.

svnhub avatar svnhub commented on July 3, 2024

Just verified the bug by building a working version locally where both @use-gesture/core and @use-gesture/core/actions reference the same external actions-xxxxxxxxx.esm.js module file.

So to simplify: The issue is that @use-gesture/core doesn't consider actions.js to be part of @use-gesture/core/actions but instead part of itself and by default the bundler inlines the code from it regardless of whether it was added as external to the esm.sh CDN URL or not.
When using both @use-gesture/core and @use-gesture/core/actions in your app you then end up with two versions of actions.js - one inlined in core and one as module, causing the app to break.

from esm.sh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.