Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: warning about modules with names differing in casing (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinechalifour authored and priscilawebdev committed Oct 2, 2019
1 parent 584f4c1 commit e147290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Expand Up @@ -22,7 +22,7 @@ renderApp(App);
// @ts-ignore
if (module.hot) {
// @ts-ignore
module.hot.accept('./app', () => {
module.hot.accept('./App', () => {
renderApp(App);
});
}

0 comments on commit e147290

Please sign in to comment.