Why this React code not work in production
Today I was migrating a personal project to create-react-app
, then I found my RadioButton
stops working in production while it works perfectly in development. After I figured out why, I think it worth noticing people why.