-
-
Notifications
You must be signed in to change notification settings - Fork 847
Issue missing standalone component
Miklós Fazekas edited this page Mar 9, 2022
·
2 revisions
Each issue should be accompanied by a standalone example exporting a single component. (Do not add access token!)
Typical issues:
- missing imports
- missing the MapView component
- missing parameters (like coordinates, geojson data, etc.)
- using url which we have no access for
- using template/style etc. which we have no access for
- missing default export
We should be able to just replace the content of BugReportExample with your code in the Issue to reproduce it.