David Nguyen
David Nguyen
Hi @jsk548 !!! You may want to take a look at new version of `create-react-app` with many new features included PWA. There released new version. I will update the version...
Hi @jsk548 !!! I have upgrade version of `create-react-app` & other packages. But I still have some issue with `react-router` version 4. Still finding solution for this.
I solved by below steps: replace `.babelrc` content with this content ```json { "presets": ["react", "es2015", "stage-1"] } ``` run commands below: ```bash yarn run build yarn run styleguide-server ```
**Solution** So to solve this problem. I use the `slideChange` event only for `loop` mode. For example: I have 5 slides with the loop mode. The data can be visualized...
**Solution** So to solve this problem. I use the `slideChange` event only for `loop` mode. For example: I have 5 slides with the loop mode. The data can be visualized...
Hey @andywer I think it should be an helper method. It is kind of important feature in development env.
@andywer Could I handle this block?
I met the same problem when init model with multiple records. I have tried to pass the data as an array, but the result from query was wrong. Does any...
I think the `onPinch()` only works if you're using mobile, in desktop when you use pinch gesture, it actually calls `onWheel` event
Just found out if you increase `smoothStep` , it will speed up pinch on trackpad ```tsx ```