Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

无法使用其他 hook function #29

Open
Cas-Laputa opened this issue Apr 6, 2020 · 0 comments
Open

无法使用其他 hook function #29

Cas-Laputa opened this issue Apr 6, 2020 · 0 comments

Comments

@Cas-Laputa
Copy link

举例

import { useState } from 'react';
import { useIntl } from 'umi';

export default () => {
    const intl = useIntl(); // 无法使用

    const [contents, setContents] = useState([]);

    return {
        contents
    };
};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant