Giter VIP home page Giter VIP logo

waftengine's People

Contributors

battleofplassey avatar bishalbikram avatar brajpaudel avatar bvbarmy46 avatar dependabot[bot] avatar fossabot avatar gtfussion avatar hriteek avatar ishwordangol avatar jivanshr avatar kaz-inmate avatar khatraman avatar mkmpvtltd1 avatar navinmishra1717 avatar nilez-13 avatar noob-app avatar pradip718 avatar rajanfren80 avatar saileshkandel789 avatar saileshkasaju avatar sidmaskey13 avatar snyk-bot avatar tuanv2t avatar vkashsah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

waftengine's Issues

Yes

I just love it

FaqCategory => Unable to Create or Edit

Just a small issue, it's unable to create branch so I post the fast patch here

client/app/containers/Admin/FaqCategory/AddEdit/index.js =>
-import injectSaga from './node_modules/utils/injectSaga';
-import injectReducer from './node_modules/utils/injectReducer';

+import injectSaga from 'utils/injectSaga';
+import injectReducer from 'utils/injectReducer';
// core components

client/app/routes/admin.js b/client/app/routes/admin.js

-import FaqCatAddEditPage from '../containers/Admin/FaqCategory';
+import FaqCatAddEditPage from '../containers/Admin/FaqCategory/AddEdit/Loadable';

Cannot Start Client Application

I tried npm install

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"^5.48.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^4.0.0" from [email protected]
npm ERR! node_modules/error-overlay-webpack-plugin
npm ERR!   dev error-overlay-webpack-plugin@"^0.4.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/shrijal/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/shrijal/.npm/_logs/2021-12-29T07_53_44_758Z-debug-0.log

Went on and did

npm install --force

the server ran but there exists a problem with the client.
The console throws following error:

tiny-invariant.cjs.js?0b4e:14 Uncaught Error: Invariant failed: You should not use <Switch> outside a <Router>
    at invariant (tiny-invariant.cjs.js?0b4e:14)
    at eval (react-router.js?d461:671)
    at updateContextConsumer (react-dom.development.js?61bb:19825)
    at beginWork$1 (react-dom.development.js?61bb:20202)
    at HTMLUnknownElement.callCallback (react-dom.development.js?61bb:336)
    at Object.invokeGuardedCallbackDev (react-dom.development.js?61bb:385)
    at invokeGuardedCallback (react-dom.development.js?61bb:440)
    at beginWork$$1 (react-dom.development.js?61bb:25738)
    at performUnitOfWork (react-dom.development.js?61bb:24662)
    at workLoopSync (react-dom.development.js?61bb:24638)
    at performSyncWorkOnRoot (react-dom.development.js?61bb:24237)
    at scheduleUpdateOnFiber (react-dom.development.js?61bb:23665)
    at updateContainer (react-dom.development.js?61bb:27061)
    at eval (react-dom.development.js?61bb:27485)
    at unbatchedUpdates (react-dom.development.js?61bb:24400)
    at legacyRenderSubtreeIntoContainer (react-dom.development.js?61bb:27484)
    at Object.render (react-dom.development.js?61bb:27572)
    at render (app.js?9fee:80)
    at eval (app.js?9fee:113)
    at Module../app/app.js (main.js:19)
    at __webpack_require__ (main.js:475)
    at main.js:1788
    at Function.__webpack_require__.O (main.js:522)
    at main.js:1789
    at main.js:1791
invariant @ tiny-invariant.cjs.js?0b4e:14
eval @ react-router.js?d461:671
updateContextConsumer @ react-dom.development.js?61bb:19825
beginWork$1 @ react-dom.development.js?61bb:20202
callCallback @ react-dom.development.js?61bb:336
invokeGuardedCallbackDev @ react-dom.development.js?61bb:385
invokeGuardedCallback @ react-dom.development.js?61bb:440
beginWork$$1 @ react-dom.development.js?61bb:25738
performUnitOfWork @ react-dom.development.js?61bb:24662
workLoopSync @ react-dom.development.js?61bb:24638
performSyncWorkOnRoot @ react-dom.development.js?61bb:24237
scheduleUpdateOnFiber @ react-dom.development.js?61bb:23665
updateContainer @ react-dom.development.js?61bb:27061
eval @ react-dom.development.js?61bb:27485
unbatchedUpdates @ react-dom.development.js?61bb:24400
legacyRenderSubtreeIntoContainer @ react-dom.development.js?61bb:27484
render @ react-dom.development.js?61bb:27572
render @ app.js?9fee:80
eval @ app.js?9fee:113
./app/app.js @ main.js:19
__webpack_require__ @ main.js:475
(anonymous) @ main.js:1788
__webpack_require__.O @ main.js:522
(anonymous) @ main.js:1789
(anonymous) @ main.js:1791
index.js?1ef8:1 The above error occurred in the <Context.Consumer> component:
    in Switch (created by App)
    in div (created by App)
    in ErrorBoundary (created by App)
    in App (created by ConnectFunction)
    in ConnectFunction (created by withSaga(Connect(App)))
    in withSaga(Connect(App))
    in Router (created by ConnectedRouter)
    in ConnectedRouter (created by Context.Consumer)
    in ConnectedRouterWithContext (created by ConnectFunction)
    in ConnectFunction
    in IntlProvider (created by LanguageProvider)
    in LanguageProvider (created by ConnectFunction)
    in ConnectFunction
    in Provider

React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.

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.