Shubham Awasthi
Shubham Awasthi
While using almost any components of react-desktop, I can see a lot of ` A string ref, "xxx", has been found within a strict mode tree.` kinds of errors. Is...
* I analysed the code and found it imports **propdoc** from **static/node_modules** in **guide.vue** only. * I added prodoc to dependencies, **change import statement** in guide.vue to import from node_modules...
I see a node_modules folder inside the static directory. Is that really needed? If we need any js we can require it inside our source files. Build process will automatically...