1Jesper1
1Jesper1
@cuplex Could you share the line of code where it breaks? Use Chrome pretty print in src file. Maybe this PR has something to do with it? https://github.com/Hacker0x01/react-datepicker/pull/4203/files#diff-ba0a2548ba8e373159fbf38d080f9db8c4738205898b7357963178048223dc70
@cuplex Thanks for the info! Can you set a breakpoint there on when using local and check if its undefined? a.props?
@tanmayIntelli Maybe you know what this causes?
@cuplex Could you try setting holidays as a prop? holidays=[] or holidays={}
> I encountered the same error, and have already tried “react-scripts = :“^5.0.1” ”, but it remains unresolved. The code runs well with npm start, but error after building. We...
> > @KobiEzrieh I have resolved this issue by upgrading my react script version to "react-scripts": "^5.0.1", > > How did you figure out this solution? The reason I am...
@karpikpl Is this still a problem?
I needed to manually update TOCropViewController to 2.7.4 in Podfile.lock when installing react-native-image-crop-picker v0.41.2.
I fixed it with: ``` module: { rules: [ { test: /\.m?js$/, resolve: { fullySpecified: false, }, }, ```
@thedivac Your example still let the browser crash. It it the same problem as this? https://github.com/diegomura/react-pdf/issues/2884#issuecomment-2391880139