spacefill / gibbon-mail

Send mails with mjml Template and JSON Schema
3 stars 1 forks source link

Update dependencies #18

Closed Its-Alex closed 3 years ago

Its-Alex commented 3 years ago

Some dependencies are outdated, in this PR I update them.

I had some difficulties with react-bootstrap, @stephane-klein what do you think about the website now?

stephane-klein commented 3 years ago

@Its-Alex issue: when I execute:

$ cd frontend
$ yarn install
$ export REACT_APP_API_URL=http://127.0.0.1:5000
$ yarn run start

I have this error message in my browser console log:

Uncaught TypeError: GetByPathWithDefault(...) is undefined
    Home App.js:80
    React 12
    unstable_runWithPriority scheduler.development.js:468
    React 5
    _callee2$ index.js:210
    tryCatch runtime.js:63
    invoke runtime.js:293
    defineIteratorMethods runtime.js:118
    Babel 2
App.js:80
    Home App.js:80
    React 11
    performSyncWorkOnRoot self-hosted:1220
    flushSyncCallbackQueueImpl React
    unstable_runWithPriority scheduler.development.js:468
    React 5
    dispatchAction self-hosted:1277
    _callee2$ index.js:210
    tryCatch runtime.js:63
    invoke runtime.js:293
    defineIteratorMethods runtime.js:118
    Babel 2
Its-Alex commented 3 years ago

@stephane-klein https://github.com/spacefill/gibbon-mail/pull/18#issuecomment-816262933 Is fixed :heavy_check_mark:

stephane-klein commented 3 years ago

@Its-Alex Tested and merged, thanks 👌