lacomparte
lacomparte
@dpilafian thx for your comment. i wanna configuration that global var `@@some` in package ex) ``` // some config.. @@some = 'http://path'; // code // parsing ```
@dpilafian i know :) but how could i configuration GLOBAL variable in npm package.
@dpilafian thanks u :) i'll try to your code.
@fdsa09876 님 https://xiubindev.tistory.com/97 마지막 부분 한번 보세요
@dormirMais 객체 키는 [name]: 'something' 이걸로 접근 및 값을 할당 합니다
@CHANG-HUN-AN 님 children 으로 h 가 빠졌어요
@harrdas 님 onClick={onRemove(user.id)} 로 하면 바로 실행되어 버립니다.