(customLayers)
| 47 | setState(state => ({ ...state, customStyles })); |
| 48 | }, |
| 49 | setCustomLayers(customLayers) { |
| 50 | setState(state => ({ ...state, customLayers })); |
| 51 | }, |
| 52 | setCustomSelectors(customSelectors) { |
| 53 | setState(state => ({ ...state, customSelectors })); |
| 54 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected