Hello everyone
I just checked that the error was coming because the IDs which were used previously were not removed and it was creating new components with the same ID again. I simply used a loop to remove all the used IDs and it is now working perfectly.
If anyone else here is facing the same issue, make sure you clear all the used IDs before creating a new component OR give an ID which you never used before.
Thank you so much @yusufcihan for this amazing extension!
Then we should create one element in design part like this (not in block part with any component blocks)
Then there should be a block of this extension that copy design of one element and we can create multiple of it by running a loop
It will become more easy even more than json format method because we just have to create a template of one elemnt as i mentioned above and for id of every component u can add automatically generated unique id’s
Please have a look into it If anyother user also want this then uovote it
Its gonna be very unique and user friendly and the issues of lag in block part that we face due to a large number of blocks will be resolved
There is a weakness. It is not possible to create a listview with it and put it in two arrangements. As I need to show the same list in the display and sidebar, then what should I do ???