import React from 'react' import PropTypes from 'prop-types' import {latest} from '@maplibre/maplibre-gl-style-spec' import Block from './Block' import InputAutocomplete from './InputAutocomplete' export default class FieldSourceLayer extends React.Component { static propTypes = { value: PropTypes.string, onChange: PropTypes.func, sourceLayerIds: PropTypes.array, isFixed: PropTypes.bool, } static defaultProps = { onChange: () => {}, sourceLayerIds: [], isFixed: false } render() { return [l, l])} /> } }