Caritas-Verein
Caritas-Verein
The example code does not work as intended. ### Steps to reproduce Use the example code: ``` var express = require('express'); var proxy = require('http-proxy-middleware'); var app = express(); app.use(...
**Describe the bug** When using `--experimental-modules` with the corresponding `"type": "module",` inside the package.json, the `elastic-apm-node/start` module is unable to load the config file: ``` Elastic APM initialization error: Can't...
This PR was created to solve issue #10 I advanced `react-leaflet` to version `3.0.2` and `leaflet-ant-path` to version `1.3.0`. In 3.0.2 you no longer use `Map`, instead use `MapContainer`. I...