andychoww

Results 6 comments of andychoww

@yuloskov can you share your package.json? I'm encountering the same error. I tried to upgrade to react 18 but not working ``` "react": "18.1.0", "react-dom": "18.1.0", ```

Hi @hloriana tried but the test phrase still passes ``` version: 4 frontend: phases: preBuild: commands: - npm install build: commands: - npm run build artifacts: baseDirectory: build files: -...

I even tried below but still not working ``` version: 5 frontend: phases: preBuild: commands: - npm install build: commands: - npm run build artifacts: baseDirectory: build files: - '**/*'...

@hloriana I have added that in `preTest` but still not working ``` version: 6 frontend: phases: preBuild: commands: - npm install build: commands: - npm run build artifacts: baseDirectory: build...