react-avatar-editor: ReferenceError: babelHelpers is not defined
Hi, library is not working after latest upgrade 11.0.10
react-avatar-editor/dist/index.js:125
122 | y: .5
123 | },
124 | i = function (e) {
> 125 | babelHelpers.inherits(i, e);
| ^ 126 | var t = n(i);
127 |
128 | function i(e) {
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 85
- Comments: 32 (4 by maintainers)
Commits related to this issue
- Downgrade React Avatar Editor The package has been downgraded to 11.0.7 due to issues with the latest version. Ref: https://github.com/mosch/react-avatar-editor/issues/340 — committed to snek-at/front by schettn 4 years ago
- Fix "babelHelper is not a function" issuecompletely ref: https://github.com/caubengoaiquoc/user_frontend/issues/9#issue-678188834 (our private project) ref (from the lib owner): https://github.com/... — committed to billyanhha/user_frontend by kaisergeX 4 years ago
- Pin version number due to babelHelpers missing bug https://github.com/mosch/react-avatar-editor/issues/340 — committed to isle-project/isle-dashboard by Planeshifter 4 years ago
- [client] changed version of react-avatar-editor to 11.0.9 - related issue: https://github.com/mosch/react-avatar-editor/issues/340 — committed to d4ydr34mzzz/voltaire by d4ydr34mzzz 4 years ago
- Pin version number due to babelHelpers missing bug https://github.com/mosch/react-avatar-editor/issues/340 — committed to isle-project/isle-dashboard by Planeshifter 4 years ago
@mosch please make a new release with the fix! ill buy you a pint 😃
the same here, 11.0.10 crashes with “babelHelpers is not defined”, reverting back to 11.0.9 fixes the problem
Re-Published .Try 11.0.12
WTH update the package, it’s been a year @mosch
rm -rf node_modules
, https://prnt.sc/tv0wk8 andnpm i
resolve for meThank you for verifying. Sorry for being unresponsive!
I see PR #343 includes fix of this issue, but not released yet.
Saw this error deploying my
nextjs
app tovercel
.Reverting back to
11.0.9
resolved the issue.Thanks, I appreciate it! However, just help me keep this thing maintained by pointing me to the most important needs instead.
Exactly same problem on
11.0.10
version@mosch you just saved us a bunch of dev headache, thanks. do you have a buy me a coffee or venmo? i was serious about the beer 😆
Worked for me @mosch! 🙏 🙏 🙏
Same issue, reverting back to 11.0.9 fixed it!
Same issue here. Also fixed by reverting back to 11.0.9
I had this issue just works fine with 11.0.7