IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts
Other
6 stars 1 forks source link

Documentation snippet is not correct #63

Open wnvko opened 5 months ago

wnvko commented 5 months ago

Description

In getting started with Ingnite UI for Rect the first snippet is not correct. Here is what is in the documentation

npx create-react-app MyAppName --typescript

Here is the correct snippet according to official documentation

npx create-react-app MyAppName  --template typescript

The template flag is missing in Infragistics documentation.