Stefano Occhetti

Results 5 issues of Stefano Occhetti

If a map is initialized with some feature, the drawcontrol doesn't handle them. To replicate the problem: 1) open the code sandbox at https://codesandbox.io/s/xenodochial-tu-pwly8. 2) add a new layer (you...

The example is not running correctly any more. 1) package.json ``` "example": "yarn build && cd example && webpack-dev-server", ``` should become: ``` "example": "yarn build && cd example &&...

When running on Windows, slashes are a problem in paths. Commands like **mkdir** fail. Also, if the **--module** is not specified, the module is automatically named something like domain/userName/imageName, and,...

While running, the program looks for gzip: it must be installed, first

The useEffect's dependency list in Users.js should contain: axiosPrivate, location, navigate (or be removed)