/feliz-reactcomponent-repro

Repro for a bug in Feliz or Feliz.MaterialUI

Primary LanguageJavaScriptMIT LicenseMIT

Feliz ReactComponent Reproduction

This app was created with Feliz Template.

Reproduction

npm install
npm start
  1. type into text field below [<ReactComponent>]

Expected Result

The input field doesn't lose focus

Actual Result

The input field loses focus

Info

This didn't happen before when using React.functionComponent (See the difference between TextFieldFunctionComponent and TextFieldAnnotation)