I'm playing around with Kepler (awesome too), and once data is loaded it works a treat, but is there a prop i can pass to not display the "Add Data To Map" dialogue?
It disappears once I load the data, but there is a quick flash which I'd like to remove?
Yes you can use Custom Initial State, and change the default uiState by passing uiState: {currentModal: null}
Thanks so much
Most helpful comment
Yes you can use Custom Initial State, and change the default
uiStateby passinguiState: {currentModal: null}