Littlee

Results 22 comments of Littlee

After those days, I've rewritten my project to React :neckbeard: :neckbeard: :neckbeard:

@tommedema I think you would like to set `boundsPadding: 1` --- my problem is when using bounds with maxZoom and minZoom, it doesn't work well when zooming ```js panzoom(element, {...

having the similar issue when analyzing bundle build by `create-react-app` ``` > source-map-explorer 'build/static/js/*.*' build/static/js/2.a9bd8fbb.chunk.js Unable to map 130/185977 bytes (0.07%) build/static/js/main.32bd81bd.chunk.js Unable to map 14790/17385 bytes (85.07%) build/static/js/runtime~main.d653cc00.js 1....

@all I am using the latest version of `react-scirpts` & latest version of `source-map-explorer` now, and I am using this command to analyze, thing has get a lot better, but...

notice that I was using `DELETE` method, and I tried to hit https://getstatuscode.com/204 , it returns 403 ![wx20180823-121454](https://user-images.githubusercontent.com/7534668/44504389-4e2f5a00-a6ce-11e8-84a5-ee683ccd85df.png)

I have to use `require('./to/img/a.png')?.default` 😢

@shimikano I eventually find my own solution, it may be a little complicated, hope you can understand the code ```js import { useReducer } from 'react'; import produce, { applyPatches,...