React Compiler: never memo Tanstack Table
This commit is contained in:
@@ -5,7 +5,7 @@ import { cn } from '../lib/utils';
|
||||
export type InputProps = React.InputHTMLAttributes<HTMLInputElement>;
|
||||
|
||||
const Input = React.forwardRef<HTMLInputElement, InputProps>(
|
||||
({ className, type, ...props }, ref) => {
|
||||
({ className, type = 'text', ...props }, ref) => {
|
||||
return (
|
||||
<input
|
||||
type={type}
|
||||
|
||||
Reference in New Issue
Block a user