YoonMinSang
YoonMinSang
원본 코드랑 비교해서 찾았습니다. webpack.config.server.js 파일의 코드가 잘못되었네요 원본코드 externals: [ nodeExternals({ allowlist: [/@babel/], }), ], 책 externals: [nodeExternals()],
좋은 글 감사합니다 혹시 출처를 남기고 후기나 제 생각을 블로그에 정리해도 괜찮을까요???
공유해달라고 하셨는데 미루다 이제야 글을 쓰네요ㅎㅎ https://ms3864.tistory.com/433
In general, but there are exceptions. I am making Tooltip component. This is my code. I don't want duplicate `absolute`. But it may be my own thoughts. ``` const getArrowPositions...
Thank you for comments. I agree. If you think you need an absolute, fixed, sticky function, I will open pr. Otherwise, I will close this issue.
I agree too. It is different from the content of the issue I posted. Shall I write the code? Or will @HoseungJang write it?
Of course. Thank you~ Maybe I can upload the work tomorrow or day after tomorrow night.
We have to make a few choices. @raon0211 @HoseungJang 1. Support only `absolute, fixed, sticky` vs Support `'static', 'relative', 'absolute', 'fixed', 'sticky', '-webkit-sticky'` 2. Support only `position.absolute({top:0,bottom:0})` vs Support `position.absolute(0,0,0,0)`...