Based on this comment
Fix warning when use react-hooks:
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
// shared/InputMask.js
import { Input } from 'antd'
import React, { forwardRef } from 'react'