Yanren
Yanren
I tried using a StatefulWidget, but it still doesn't work: ```dart class HomeView extends StatefulWidget { const HomeView({super.key}); @override State createState() => _HomeViewState(); } class _HomeViewState extends State { final...
 In the official MVI demo, adding a Center or other Widget at this position also triggers this error 
> Does a hot restart fix it? There is no problem with Hot restart, but the problem is with Hot reload, and Hot reload is something that is often used...