(customStyles)
| 44 | setState(state => ({ ...state, customRte })); |
| 45 | }, |
| 46 | setCustomStyles(customStyles) { |
| 47 | setState(state => ({ ...state, customStyles })); |
| 48 | }, |
| 49 | setCustomLayers(customLayers) { |
| 50 | setState(state => ({ ...state, customLayers })); |
| 51 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected