Warning: Prop className
did not match. Server: " css-qbdosj-Input" Client: " css-w9q2zk-Input2"
#5901
Replies: 1 comment 1 reply
-
import React from 'react'; interface SelectComponentProps { } const SelectComponent: React.FC = ({ data,boxClass,labelTitle,optionTitle,firstValue=true ,sendSelectedValueToParent,sendObject, errorText,error,formErrorGet,changingSelect=false}) => {
} export default SelectComponent |
Beta Was this translation helpful? Give feedback.
-
Stack: Astro Tailwind Typescript and ReactComponent
when i run npm run dev error appear chunk-P5X465B4.js?v=726cd2a7:521 Warning: Prop
className
did not match. Server: " css-qbdosj-Input" Client: " css-w9q2zk-Input2"but when i do build (npm run build) this error is not appear
Beta Was this translation helpful? Give feedback.
All reactions