Skip to content

Cleaning-up code and removing ID

Compare
Choose a tag to compare
@rupali-codes rupali-codes released this 19 Feb 07:35
· 1887 commits to main since this release
4cf29be

Summary

We've realized that adding IDs manually for subcategories is not a good practice and it might create conflicts in future. So, as per the new updates we have removed id property from subcategory object, and generating unique id for each subcategory with react-uuid.

Instructions