Closed hatsumihayashi closed 3 years ago
Hi.
I'm trying to import copypaste_advanced in JSpreadSheetPro with NPM. https://github.com/GBonnaire/jspreadsheet-plugins-and-editors/tree/master/plugins/src/copypaste_advanced#npm When I followed this approach and imported it, I got an error.
Temporarily, I commented out L.564 in the local node_modules/@jspreadsheet/copypaste_advanced/index.js and the error disappeared.
node_modules/@jspreadsheet/copypaste_advanced/index.js
window.jexcel_copypaste_advanced = jss_copypaste_advanced; ↓ //window.jexcel_copypaste_advanced = jss_copypaste_advanced;
https://github.com/GBonnaire/jspreadsheet-plugins-and-editors/blob/master/plugins/src/copypaste_advanced/index.js#L564
I would be happy if you could fix it.
Thanks.
Hi,
Thank you. I have fixed that and have republished package.
Can you try ?
Thanks
It's fixed! Thank you for fixing it so quickly!
With pleasure 😊
Hi.
I'm trying to import copypaste_advanced in JSpreadSheetPro with NPM. https://github.com/GBonnaire/jspreadsheet-plugins-and-editors/tree/master/plugins/src/copypaste_advanced#npm When I followed this approach and imported it, I got an error.
Temporarily, I commented out L.564 in the local
node_modules/@jspreadsheet/copypaste_advanced/index.js
and the error disappeared.https://github.com/GBonnaire/jspreadsheet-plugins-and-editors/blob/master/plugins/src/copypaste_advanced/index.js#L564
I would be happy if you could fix it.
Thanks.