import yup from 'yup'; const schema = yup.object().shape({});. To fix the error message above, make sure you have types for Yup installed.
確定! 回上一頁