altence / lightence-ant-design-react-template

Free and easy-to-use admin template based on React 17+
https://altence.com/lightence-landing
MIT License
994 stars 251 forks source link

Refactor: Remove jsx from utils #233

Closed alexanderrudnik closed 1 year ago

alexanderrudnik commented 2 years ago

Describe the bug utils.tsx contains function that may return ReactNode. It's better to create a component for it.

Expected behavior No markup in utils.ts