minsekim
minsekim
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.58.0 x64 **Electron**: 9.4.4 **OS**: macOS 11.6 **Thrown From**: [remote-ftp](https://github.com/icetee/remote-ftp) package 2.2.4 ### Stack Trace Uncaught Error: ENOENT: no such file...
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. at px (index.es.js?2c84:170:1) at Object.getNodeWidth (index.es.js?2c84:174:1) at getImageSize (index.es.js?2c84:800:1) at toSvgDataURL (index.es.js?2c84:806:1) at toCanvas (index.es.js?2c84:816:1) at...
아랫 부분에 오타가 있습니다. 수정해주세요.. ``` {(provided, snapshot) => { const style = { ...provided.draggableStyle, **backgroundColor: snapshot.isDragging : 'blue' : 'white' fontSize: 18, } return ( Drag me! ); }}...