GithubHelp home page GithubHelp logo

Comments (8)

eps1lon avatar eps1lon commented on September 1, 2024 1

This is a bug that's caused by our console.error transform. For anybody interested in contributing: We need to use an escape hatch and call console['error']() instead. For testing, you can check the build output in /build after yarn build use-sync-external-store and shouldn't find any mention of __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE

from react.

phryneas avatar phryneas commented on September 1, 2024

Easy React PR? Hold my beer :)

from react.

eps1lon avatar eps1lon commented on September 1, 2024

It's not crashing, right? I think it just misses component stacks which console['error'] would also.

from react.

phryneas avatar phryneas commented on September 1, 2024

I'm pretty sure it wouldn't even compile because of the reference, and you've explicitly set that up to fail builds.

But I gotta be honest, I don't have the correct environment set up to actually test that assumption. I was reading the shipped source code when I stumbled upon this.

from react.

eps1lon avatar eps1lon commented on September 1, 2024

I'm pretty sure it wouldn't even compile because of the reference, and you've explicitly set that up to fail builds.

How did we set it up to fail builds?

from react.

eps1lon avatar eps1lon commented on September 1, 2024

Just double checked and we do have a test suite that runs against 17. It just doesn't test component stacks for warnings which would be missing when you use use-sync-external-store@rc and React 17.

from react.

eps1lon avatar eps1lon commented on September 1, 2024

It does crash at runtime when we would trigger warnings. The only case right now is when you'd return an uncached snapshot:

const { text } = useSyncExternalStore(store.subscribe, () => {
  // Intentionally return an uncached snapshot to trigger warnings
  return { ...store.getState() };
});

-- https://codesandbox.io/p/sandbox/react-19-uses-old-react-vl547c

from react.

phryneas avatar phryneas commented on September 1, 2024

How did we set it up to fail builds?

From what I gather, by no longer exporting __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED from React , webpack will now crash when a module tries to import that property. I had assumed that was intentional.

At least we had reports of that happening. (As a stopgap, rehackt exports this as undefined if it doesn't exist in the upstream React version, and we're now migrating to a non-internals-accessing workaround)

from react.

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.