GithubHelp home page GithubHelp logo

Comments (7)

bvaughn avatar bvaughn commented on June 13, 2024 1

FWIW it's already at the top of the entry file:

"use client";
export * from "./ErrorBoundary";
export * from "./ErrorBoundaryContext";
export * from "./useErrorBoundary";
export * from "./withErrorBoundary";
// TypeScript types
export * from "./types";

But something (ParcelJS bundler?) is moving it to nearly the bottom of the bundled file.

from react-error-boundary.

tom-sherman avatar tom-sherman commented on June 13, 2024

It's fixed by moving the "use client" to the top of the module

tom-sherman/rsc-error-boundary-bug@c8f38b0

from react-error-boundary.

bvaughn avatar bvaughn commented on June 13, 2024

Basically I need to solve this problem:
Screen Shot 2023-05-27 at 12 05 43 PM

I could add a post-processing step, but I think this would break source maps. I'm not sure how to hook into Parcel's build cycle to do this, and I don't see any related issues on GitHub.

Suggestions welcome!

from react-error-boundary.

bvaughn avatar bvaughn commented on June 13, 2024

Filed parcel-bundler/parcel#9050 asking for direction.

from react-error-boundary.

bvaughn avatar bvaughn commented on June 13, 2024

Let's see if 82dc8cd helps for now. Hopefully someone will weigh in on the Parcel issue with a better approach.

from react-error-boundary.

bvaughn avatar bvaughn commented on June 13, 2024

Published as 4.0.5

from react-error-boundary.

bvaughn avatar bvaughn commented on June 13, 2024

Note that 4.0.7 has a better solution in place for this.

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.