import React from 'react';
import { useIntl } from 'umi';
const Demo = () => {
const intl = useIntl()
return (
<Button />
);
};
export default Demo;
解决方案是什么?
console.error
Error: Uncaught [TypeError: (0 , _umi.useIntl) is not a function]
Most helpful comment
我也遇到了这个问题,请问解决了吗?