본문 바로가기
반응형

프론트엔드/리액트25

The parent DOM element of the data grid has an empty height MUI: useResizeContainer - The parent DOM element of the data grid has an empty height. Please make sure that this element has an intrinsic height. The grid displays with a height of 0px. More details: https://mui.com/r/x-data-grid-no-dimensions. 이거는 나중에 MUI쪽으로 이동 필요 2022. 11. 30.
A component is changing an uncontrolled input to be controlled Warning: A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components 2022. 11. 30.
[react-i18n] 파라미터 넣는 방법 파라미터를 넣을떄는 문자열에 {{name}} 같이 중괄호 두번을 써서 파라미터임을 나타내고 t 함수 호출 시 두번째 매개변수로 {name:"홍길동"} 같이 키-값 형태로 값을 넘겨주면 된다. // 리소스 파일 { "message":"My name is {{name}}" } // 결과 : My name is 홍길동 t('message', {name:"홍길동"}); https://stackoverflow.com/questions/71947775/how-can-i-pass-parameters-with-i18next How can I pass parameters with i18next? I want to translate my colors but idk how I do it. const Item = memo((.. 2022. 11. 28.
[다국어 처리] react-i18next https://react.i18next.com/ Introduction - react-i18next documentation Hello {{name}} , you have {{count}} unread message(s). Go to messages. react.i18next.com https://velog.io/@upisdown/React-다국어-i18n-라이브러리-사용법 [React] 다국어 i18n 라이브러리 사용법 internationalization 을 i18n으로 나타낸 것이며, 웹사이트를 구축할 때 다국어처리에 자주 쓰이는 라이브러리초기에 앱은 단일 언어로 운영하겠다고 설계하였지만,, 당연하게도 변경되었다다행히 미 velog.io 2022. 11. 25.
화면 구성하기 - 5. 인증 라우팅 보호되어 있는 글 입니다. 2022. 10. 28.
화면 구성하기 - 4. 로그인 보호되어 있는 글 입니다. 2022. 10. 28.
반응형