Closed sannajammeh closed 3 years ago
Temporary fix until merge.
// geist.d.ts or any declarations file in your project
declare module '@geist-ui/react/dist/input/input-props' {
export interface Props {
htmlType?: string;
}
}
Fixed in #599.
Bug report 🐞
Version & Environment
geist-ui/react
^2.2.0-rc.8Expected Behaviour
The Input's attribute htmlType should not be hymlType. Cannot compile if I still wish to have password on my inputs.
Actual results (or Errors)
I got an error: