import GeoJSONComponent from './components/GeoJSONComponent.jsx';
and then in R/gp_add_geojson.R, you've also got two lines which construct an identical statement by default (current Line#31 and 47). The names of the imported objects for one of these statements should be changed to avoid this duplication.
I see the following warning on
gp_build()
:In
./inst/src/js/Welcome.js
, you've got (current Line#7):and then in
R/gp_add_geojson.R
, you've also got two lines which construct an identical statement by default (current Line#31 and 47). The names of the imported objects for one of these statements should be changed to avoid this duplication.