GithubHelp home page GithubHelp logo

Comments (5)

bvaughn avatar bvaughn commented on June 14, 2024

PR welcome!

from react-error-boundary.

kentcdodds avatar kentcdodds commented on June 14, 2024

I'm guessing the solution will be in the build tool: https://github.com/preconstruct/preconstruct

from react-error-boundary.

bvaughn avatar bvaughn commented on June 14, 2024

I didn't see any issues referencing that in the preconstruct repo. I see a few mentions of "use client" in the CHANGELOG for versions 2.4-2.6, but this project is using v2.8 so it seems like those are unrelated. Maybe @Andarist knows of something?

from react-error-boundary.

Andarist avatar Andarist commented on June 14, 2024

I opened a PR that might fix this here. It doesn't solve all the potential setups. I think that likely having the whole module marked with the 'use client' directive is common enough that maybe it's good enough of a change.

The problem is that node loaders can only transform native ESM modules.

Is this true? I'm not an expert on the subject but the code in this particular node loader indicates that it's just its decision to ignore everything that is not a module. So it doesn't look like an inherent limitation.

I recognize the issue here but to quote their README šŸ˜… :

Experimental React Flight bindings for DOM using ESM.
Use it at your own risk.

In a way, the issue seems to be not in a way how this package is structured but in their decision to ignore CJS files. I don't recall any mentions of 'use client' being an ESM-only feature.

from react-error-boundary.

bvaughn avatar bvaughn commented on June 14, 2024

Thanks a ton for taking a look, @Andarist. Iā€™m also not sure of the right thing to do here, really. So much about server components feels half baked right now.

from react-error-boundary.

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.