Monthly Archive: July 2023

0

Out of the box, Create React App only supports overriding these Jest options: • clearMocks • collectCoverageFrom • coveragePathIgnorePatterns • coverageReporters • coverageThreshold • displayName • extraGlobals • globalSetup • globalTeardown • moduleNameMapper •...

TypeError: index.tsx: (0 , _helperCreateClassFeaturesPlugin.enableFeature) is not a function 0

TypeError: index.tsx: (0 , _helperCreateClassFeaturesPlugin.enableFeature) is not a function

One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package without Failed to compile. ./src/index.tsx TypeError: C:\dev\project\src\index.tsx: (0 , _helperCreateClassFeaturesPlugin.enableFeature) is not a function at transformFile.next (<anonymous>) at run.next (<anonymous>) at transform.next (<anonymous>) Possible...