Seongjun Kim
Seongjun Kim
I believe it will be pretty annoying user to sign in again every hour so I am looking for the way to refresh token without showing popup. I saw some...
When I try to use swc compiler, I get error like below. do we have plan to move from babel? ``` ERROR in ./node_modules/resolve/lib/sync.js 2:9-22 Module not found: Error: Can't...
I am working on some performance improvement. When I check my performance profile, It fetches main.js which is not small. Then, it start to fetch other required chunks. I looked...
Used v4.0.0-rc.3 version I just tried this part ``` return expectSaga(saga, api) .withReducer(reducer) ``` and I am getting this error which throws same error when I use testSaga Cannot find...
#### Describe the bug I am not 100% sure if this is intentional. When I was using 0.16 version. I was able to select drawn shape programmatically using _onSelect function...
I am currently using superagent with saga and like to keep using it here is some code I have been trying. somehow promise.abort is undefined even though I can see...
When I add 'import jest-styled-components' to the jest setup file it throws error like below ` global.beforeEach is not a function` versions "jest": "^26.0.1", "jest-styled-components": "^7.0.2", Setup file is currently...
I really want to use instantclick for my site. However, bootstrap modal does not work properly. I am trying to make my modal work with jquery like below ``` ```...
``` { test: /\.scss/, enforce: "pre", loader: 'import-glob-loader' } ```