Code Monkey home page Code Monkey logo

Comments (4)

kevinwolfcr avatar kevinwolfcr commented on August 16, 2024 1

Same issue from '@emotion/primitives. Installing "react-primitives": "tkow/react-primitives#0.7.0"` did worked for me.

from react-primitives.

qutran avatar qutran commented on August 16, 2024 1

I did this workaround:

// TODO hotfix, remove when react-primitives updated react-native-web
import ReactDOM from 'react-dom';
import { injectEventPluginsByName } from 'react-dom/unstable-native-dependencies';
ReactDOM.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.EventPluginHub = {
  injection: { injectEventPluginsByName },
};

from react-primitives.

lantos1618 avatar lantos1618 commented on August 16, 2024

Having same issue traced from styled-components/primitives

from react-primitives.

evandeininger avatar evandeininger commented on August 16, 2024

Same issue here, @tkow's solution worked for me: get in the package.json for react-primatives and bump react-native-web from 0.8.3 to 0.9.0. I had this issue while creating a fresh CRA, React 16.5.2.

Edit: downgrading react-primatives to 0.6.0 also worked, I'll just stay at 0.6.0 till this is bumped.

from react-primitives.

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.