getting a lot of errors. it made one component of an idea I had, but gave a bunch of errors on the rest
Something went wrong
/App.tsx: Could not find dependency: 'react-leaflet' relative to '/App.tsx' (2:0)
``
1 | import React, { useState } from 'react';
> 2 | import { Map, Marker, Popup } from 'react-leaflet';
^
3 | import 'leaflet/dist/leaflet.css';
4 | import { LatLngTuple } from 'leaflet';
5 |
``
didn't see a way to report them there or diagnose with opening up a code sandbox.
Will follow and play with it as it progresses. As somebody who's been trying to make their ideas come to life for years battling through a lot of issues and depression because of it, I haven't been able to, so I'm very interested.
Something went wrong
/App.tsx: Could not find dependency: 'react-leaflet' relative to '/App.tsx' (2:0) `` 1 | import React, { useState } from 'react'; > 2 | import { Map, Marker, Popup } from 'react-leaflet'; ^ 3 | import 'leaflet/dist/leaflet.css'; 4 | import { LatLngTuple } from 'leaflet'; 5 | `` didn't see a way to report them there or diagnose with opening up a code sandbox.
Will follow and play with it as it progresses. As somebody who's been trying to make their ideas come to life for years battling through a lot of issues and depression because of it, I haven't been able to, so I'm very interested.