-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bug/docker setup mac #144
base: master
Are you sure you want to change the base?
Bug/docker setup mac #144
Conversation
<Switch> | ||
<Route exact path="/" component={Home} /> | ||
<Route path="/search/:lat/:lng" component={Search} /> | ||
</Switch> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclosed regular expression.
Unrecoverable syntax error. (89% scanned).
@@ -8,8 +8,18 @@ import { | |||
COOKIEBOT_CONSENT_HEAD_DATA_CBID, | |||
TAWKTO, | |||
} from "./constants/index"; | |||
import * as Socks from 'react-socks'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'import' is only available in ES6 (use 'esversion: 6').
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there two different features in this PR? besides updating readme?
@@ -14,4 +14,5 @@ services: | |||
- "/app/node_modules" | |||
environment: | |||
- PORT=9119 | |||
- CHOKIDAR_USEPOLLING="true" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are missing L17 from master branch
Fixing issues after PR 132
This change is