Latest ReactRedux template from generator doesn't work #819

Closed
opened 2025-08-09 17:17:47 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @empz on 4/19/2017

Installed latest generator-aspnetcore-spa
Created a ReactRedux app
dotnet run

App shows the following error:

ERROR in [at-loader] ./ClientApp/components/Layout.tsx:13:21 
    TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<NavMenu> & { children?: ReactNode; } & void'.
  Type '{}' is not assignable to type 'void'.
*Originally created by @empz on 4/19/2017* Installed latest `generator-aspnetcore-spa` Created a ReactRedux app `dotnet run` App shows the following error: ``` ERROR in [at-loader] ./ClientApp/components/Layout.tsx:13:21 TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<NavMenu> & { children?: ReactNode; } & void'. Type '{}' is not assignable to type 'void'. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#819
No description provided.