19 comments (19 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript2,058 forks (2,058 forks)batch import
help wanted
Repository metrics
- Stars
- 16,658 stars (16,658 stars)
- PR merge metrics
- Avg merge 10d 22h (Avg merge 10d 22h)1 merged PR in 30d (1 merged PR in 30d)
Description
What happens?
官方例子,修改react16即create-react-app项目后,主项目报错You need to export the functional lifecycles in react16 entry
Mini Showcase Repository(REQUIRED)
https://github.com/umijs/qiankun/tree/master/examples
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context
- qiankun Version:
- Platform Version:
- Browser Version:
Contributor guide
- Research direction
- Check the lifecycle exports in the create react app subproject entry file. Ensure that the required lifecycle hooks (bootstrap, mount, unmount) are exported and not overridden by CRA's default setup.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- qiankun basicscreate react app