- renderItem이 <tr>을 반환할 때 <div>로 래핑하여 발생하던 hydration 에러 해결 - cloneElement로 key/onClick을 직접 주입하여 <tbody><div><tr> 구조 방지 - 영향범위: OrderSelectModal, SalesOrderSelectModal, TaxInvoiceIssuance
- renderItem이 <tr>을 반환할 때 <div>로 래핑하여 발생하던 hydration 에러 해결 - cloneElement로 key/onClick을 직접 주입하여 <tbody><div><tr> 구조 방지 - 영향범위: OrderSelectModal, SalesOrderSelectModal, TaxInvoiceIssuance