-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Components in react should be able to be called without setup, but mapkit map depends on a lot of other values to be set. When used for the data page, it is not working because of the new additions.
In addition, mapkitmap is like 400 lines, which is a lot of code to digest. Most of this code should be able to be refactored into a different file.
Describe the solution you'd like
Make react components actual components
Refactor a majority of mapkit map to look better and pull out a lot of the functions
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request