Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrating bug with react app generator for pascalCaseFiles #195

Closed
wants to merge 1 commit into from

Conversation

kaltepeter
Copy link

@kaltepeter kaltepeter commented Apr 1, 2022

Generated the app using: yarn nx generate @nrwl/react:application --name=react-pascal --style=none --e2eTestRunner=none --pascalCaseFiles --no-interactive

To see the issue in Linux Docker is easiest.

docker build . -t react-pascal-bug
docker run --rm -it react-pascal-bug bash
cd app
yarn install --ignore-optional
npx nx test react-pascal

image

@nx-cloud
Copy link

nx-cloud bot commented Apr 1, 2022

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit 135c126.
You might need to set the 'NX_BRANCH' environment variable in your CI pipeline.

Check the Nx Cloud Github Integration documentation for more information.


Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented Apr 1, 2022

Deploy Preview for nrwl-nx-examples-dep-graph ready!

Name Link
🔨 Latest commit 135c126
🔍 Latest deploy log https://app.netlify.com/sites/nrwl-nx-examples-dep-graph/deploys/62488d8c813423000874e06c
😎 Deploy Preview https://deploy-preview-195--nrwl-nx-examples-dep-graph.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -0,0 +1,17 @@
import { render } from '@testing-library/react';

import App from './app';
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import App from './app';
import App from './App';

The case is incorrect for linux environments.

`yarn nx generate @nrwl/react:application --name=react-pascal --style=none --e2eTestRunner=none --pascalCaseFiles
--no-interactive`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant