dm3-org / dm3

The dm3 protocol | New standard of web3 messaging | Decentralized ENS-based registry | Secure end-to-end encryption | Easy dApp integration
https://dm3.network
BSD 2-Clause "Simplified" License
76 stars 18 forks source link

on main branch: command yarn workspace "@dm3-org/dm3-messenger-web" start:dev : It no longer works #1055

Closed enghibrahem closed 2 months ago

enghibrahem commented 3 months ago

I tried to run dm3-messenger-web : so i execute commands yarn & yarn build and i add .env file and type command yarn workspace "@dm3-org/dm3-messenger-web" start:dev

but i faced this error : image

Uncaught TypeError: Cannot read properties of null (reading 'useMemo')
    at useMemo (react.development.js:1650:1)
    at Home (Home.js:38:1)
    at renderWithHooks (react-dom.development.js:16305:1)
    at mountIndeterminateComponent (react-dom.development.js:20074:1)
    at beginWork (react-dom.development.js:21587:1)
    at beginWork$1 (react-dom.development.js:27426:1)
    at performUnitOfWork (react-dom.development.js:26557:1)
    at workLoopSync (react-dom.development.js:26466:1)
    at renderRootSync (react-dom.development.js:26434:1)
    at recoverFromConcurrentError (react-dom.development.js:25850:1)

but when I tried to run dm3-messenger-widget , using command yarn workspace "@dm3-org/dm3-messenger-widget" start:example and saame .env file ,it run perfectly: image image

AlexNi245 commented 2 months ago

fixed by #1090

AlexNi245 commented 2 months ago

Thanks for reporting! @enghibrahem