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
abenhamdine
changed the title
Cannot convert undefined or null to object after upgraded from 2.6.3 to 3.0.3
Error "Cannot convert undefined or null to object" after upgrade from 2.6.3 to 3.0.x
Nov 9, 2018
pi0
added a commit
that referenced
this issue
Nov 9, 2018
Thanks, @abenhamdine for reporting this important inconsistency. The main fix was 8f0085a. But after that I tried to make several improvements to ensure more stability and published new changes :) Please feel reporting back if it works for you or not.
Version
v3.0.3
Reproduction link
https://github.com/nuxt/webpackbar
Steps to reproduce
Build a project with create-react-app, webpack 3 and react-app-rewired, with following config-override :
Or way to reproduce the issue : run tests for ant-design project (https://github.com/ant-design/ant-design) with
npm run dist
.See CI failure here : https://circleci.com/gh/ant-design/ant-design/24699?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link.
The upgrade has been reverted since by this commit : ant-design/ant-design@5204b45
What is expected ?
No error
What is actually happening?
Error Cannot convert undefined or null to object
The text was updated successfully, but these errors were encountered: