You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using ddp with react project and it showing me
Error: process.binding is not supported
▶ 19 stack frames were collapsed.
./src/Api/Message.js
src/Api/Message.js:3
1 | import React from 'react'
2 |
3 | var DDPClient = require("ddp");
4 |
5 | const SERVER_URL = 'wss:///be77b069.ngrok.io/websocket'
6 | export function Message(text)
The text was updated successfully, but these errors were encountered:
i am using ddp with react project and it showing me
Error: process.binding is not supported
▶ 19 stack frames were collapsed.
./src/Api/Message.js
src/Api/Message.js:3
1 | import React from 'react'
2 |
The text was updated successfully, but these errors were encountered: