Git Product home page Git Product logo

Comments (3)

rockwotj avatar rockwotj commented on June 11, 2024

Maybe useful reading reading on the subject: https://blog.logrocket.com/publishing-node-modules-typescript-es-modules/

from giphy-js.

giannif avatar giannif commented on June 11, 2024

@rockwotj this has been on my list for awhile, I'll see if I can get it in our queue

from giphy-js.

LBBO avatar LBBO commented on June 11, 2024

I'm not sure whether it's relevant to this discussion or not, but since the issue mentions side effects, I thought I'd just mention it briefly. Importing Grid from @giphy/react-components indeed has potentially critical side effects. It imports Gif, which creates a const GifContainer = styled.div... at import time, which eventually caches document.head to insert <style> tags into. However, if the import is executed at an inconvenient time (e.g. before document is mounted in an Electron app), document.head doesn't exist yet which results in an error.

In my specific case, trying to add a Gif picker to the Signal Desktop client, that means the app is caused in an infinite loading screen unless the entire import is delayed until the picker is actually rendered. For more details (such as the exact error message), see my comment in the emotion repository: emotion-js/emotion#2919 (comment).

from giphy-js.

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.