Peace
Peace
> a db can still get appended when passing in a string argument to getUri Thanks for that suggestion. I passed in the dbName to getUri: `mongod.getUri("test")` ...which returns `mongodb://127.0.0.1:27099/test?replicaSet=replica`....
Thanks for the code snippet. I'm not able to actively work on this project and am looking for maintainers to help. Please submit a PR and I'll review & merge....
Fix published in 7.1.3
I also forked this unmaintained repo and published as a new package. The fork completely unlocks the React version. https://github.com/fullstackreact/google-maps-react/issues/545 @devShamim Perhaps we could combine our efforts?
@tranjog updated this library to use date-fns. Did date-fns change their exports between versions?
That's it. They really shouldn't have broken imports like that. It would have been better for them to export both the default and named versions. The peer deps should have...
Supporting older versions isn't a good use of resources IMHO. It may be useful temporarily, but long term it's throw-away work. It's not a heavy burden for consumers of this...
A patch is a last resort option when the maintainers aren't available. Since we're here to publish new versions, it would be best to commit the changes to a branch...
Thanks for noting the issue. This is an older library and needs maintenance. Please submit a PR.