podeig
podeig
Hi, I have my issue at StackOverflow. https://stackoverflow.com/questions/72055436/easy-peasy-storeprovider-returns-the-error-property-children-does-not-exist-o 🙏
Hi, Now I use Whitelist to persist just a part of the store like: const persistConfig = { key: 'root', storage, whitelist: ['ui', 'communication'] }; but I need to persist...
I am tring to add image by URL, f.eks: pObj.addImage("https://www.site.com/image.jpg"); It does not work. Is it supported? How can I add external images?