Arsalan Yaldram
Arsalan Yaldram
@saloni137 1. `yarn build` is running fine for me, the project is building on my PC. 2. Yeah there might be small style related issues. You can fix them easily...
Thanks for the update @saloni137, I might be missing something, but I did try to build a node app it worked, I was able to also open it successfully in...
Hey @saloni137 thanks for the update. I would say you can merge the code into master and then maybe I would take a pull of the latest master code with...
@saloni137 for the `eslint` error here are some points - 1. we see an error `@babel/preset-react` not found that is because under `packages/client/.eslintrc.json` we are using this package on line...
Thank You sir for your awesome and helpful response, i tried using the above methods but the problem is its not showing on my instance both in ts and complied...
Got my solution if we don't want your aws region to get masked please don't use it as a secret like {{secrets.AWS_REGION}} simply hard code it in our workflow commands.
- name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ap-south-1
@secure-crypto On line `228` we can try giving a fixed height like `height: 380px` and `overflow-y: scroll`.
@secure-crypto For this class `.menu-button-popover, .bp3-minimal.menu-button-popover.bp3-popover2` disable `overflow-y` property on line 44, I think.
https://www.npmjs.com/package/@react-google-maps/api The above library is a fork of the original `react-google-maps`, which is very well maintained. I think we can use the above library.