On this page: https://www.telerik.com/kendo-react-ui/getting-started/
There's a syntax mismatch in end-of-line semicolons.
This line ends with a semicolon:
```js
import '@progress/kendo-theme-default/dist/all.css';
```
This line does not end with a semicolon:
```js
import { Calendar } from '@progress/kendo-react-dateinputs'
```
All teams that I know of consider it to be an error to do both ways in the same file.
The solution is to pick one way then be consistent. The broader solution is to use a linter, such as ESLint, that can process the code to ensure you're using your expected syntax and formatting.
Hi Joel,
It was a mistake on our end that the status was "Planned" for so long. The issue was fixed a long time ago, but we had some items in the public portal that had old (not updated) status and that was the case with this report. We have ongoing task to go through all feedback items and check/update their status and state accordingly, so we can avoid such problems in the future.
Best Regards,
Konstantin Dikov
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!
Hi, Joel,
Thank you for reaching out to us and for your feedback. We agree that the code should be written in one consistent style. I will make a pull request that makes sure semicolons are added consistently.
We highly appreciate your feedback and if you have any other suggestions or questions, please do not hesitate to contact us again.
Regards,
FilipProgress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.