Closed vikigenius closed 1 year ago
<Input placeholder={placeholder} {...inputStyleProps} { ...getInputProps } // Pressing Enter here does not indent />
Trying to add a new prop does not indent.
Things work correctly if I do:
<Input placeholder={placeholder} {...inputStyleProps} { ...getInputProps } // Pressing Enter here does indent to 2 spaces correctly > </Input>
All of my indentation variables are set to 2
I've pushed a fix
Trying to add a new prop does not indent.
Things work correctly if I do:
All of my indentation variables are set to 2