Пытаюсь подключить rage-rpc но возникли проблемки именно на cef части.
Собираю через react-scripts build - npx gulp
если использую react-scripts start, то получаю ошибку
Искал решение, найти не смог, может кто подскажет как лечить/решить
Собираю через react-scripts build - npx gulp
если использую react-scripts start, то получаю ошибку
Код:
mp is not defined
s@http://localhost:3000/static/js/bundle.js:4677:7
./node_modules/@user/rage-rpc/dist/rage-rpc.min.js/</</<@http://localhost:3000/static/js/bundle.js:4802:19
./node_modules/@user/rage-rpc/dist/rage-rpc.min.js/</<@http://localhost:3000/static/js/bundle.js:5166:7
t@http://localhost:3000/static/js/bundle.js:4606:19
./node_modules/@user/rage-rpc/dist/rage-rpc.min.js/</<@http://localhost:3000/static/js/bundle.js:4639:18
./node_modules/@user/rage-rpc/dist/rage-rpc.min.js/<@http://localhost:3000/static/js/bundle.js:4640:4
./node_modules/@user/rage-rpc/dist/rage-rpc.min.js/<@http://localhost:3000/static/js/bundle.js:4595:28
./node_modules/@user/rage-rpc/dist/rage-rpc.min.js@http://localhost:3000/static/js/bundle.js:4596:2
options.factory@http://localhost:3000/static/js/bundle.js:48373:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:47819:33
fn@http://localhost:3000/static/js/bundle.js:48030:21
./src/components/EntryPage.jsx@http://localhost:3000/static/js/bundle.js:217:93
options.factory@http://localhost:3000/static/js/bundle.js:48373:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:47819:33
fn@http://localhost:3000/static/js/bundle.js:48030:21
./src/App.js@http://localhost:3000/static/js/bundle.js:19:98
options.factory@http://localhost:3000/static/js/bundle.js:48373:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:47819:33
fn@http://localhost:3000/static/js/bundle.js:48030:21
./src/index.js@http://localhost:3000/static/js/bundle.js:538:81
options.factory@http://localhost:3000/static/js/bundle.js:48373:31
__webpack_require__@http://localhost:3000/static/js/bundle.js:47819:33
@http://localhost:3000/static/js/bundle.js:48955:56
@http://localhost:3000/static/js/bundle.js:48957:12
Искал решение, найти не смог, может кто подскажет как лечить/решить