Skip to content

Commit

Permalink
Merge 2405fa9 into 9176592
Browse files Browse the repository at this point in the history
  • Loading branch information
Can-Sahin committed Oct 27, 2020
2 parents 9176592 + 2405fa9 commit 487ad33
Show file tree
Hide file tree
Showing 10 changed files with 18,584 additions and 11,384 deletions.
1 change: 1 addition & 0 deletions internals/startingTemplate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"jsx": "react",
"baseUrl": "./src"
},
Expand Down
29,561 changes: 18,379 additions & 11,182 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"node-plop": "0.25.0",
"plop": "2.6.0",
"prettier": "2.0.1",
"react-scripts": "3.4.1",
"react-scripts": "4.0.0",
"react-test-renderer": "16.13.0",
"replace-in-file": "6.0.0",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ exports[`<App /> should render and match the snapshot 1`] = `
component={[Function]}
/>
</Switch>
<UNDEFINED />
<Memo(GlobalStyleComponent) />
</BrowserRouter>
`;
1 change: 1 addition & 0 deletions src/app/containers/GithubRepoForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function GithubRepoForm() {
};

const useEffectOnMount = (effect: React.EffectCallback) => {
// eslint-disable-next-line react-hooks/exhaustive-deps
useEffect(effect, []);
};
useEffectOnMount(() => {
Expand Down
Loading

0 comments on commit 487ad33

Please sign in to comment.