Feng Sun

Results 23 issues of Feng Sun

应该是全部放错的方式的数量, https://www.cnblogs.com/yjxyy/p/11116364.html

- [ ] Check if updating to the latest Preact version resolves the issue **Describe the bug** [Our sentry reported this issue](https://sentry.io/share/issue/809a4ca8632d4d7a959809a8082d3367/). And when I search the error message I...

needs-more-info

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45998537-how-to-implement-onleave-logic-with-this-router?utm_campaign=plugin&utm_content=tracker%2F18115217&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18115217&utm_medium=issues&utm_source=github).

Whole response of axios contains statusText ``` { // `data` is the response that was provided by the server data: {}, // `status` is the HTTP status code from the...

major-version-candidate

I tried in travis and circleci: ```yml install: - npm i -g npm@6 - npm ci # greenkeeper update npm lockfile before_install: - npm install -g greenkeeper-lockfile@1 - greenkeeper-lockfile-update after_success:...

## Expected Behavior Fallback to the default format if the client browser doesn't support `webp` like [what nextjs does](https://nextjs.org/docs/basic-features/image-optimization). ## Actual Behavior Because [safari browsers doesn't support](https://caniuse.com/webp) ![image](https://user-images.githubusercontent.com/5801015/122501216-d40eb380-d026-11eb-94ad-8a0d51c3ad9d.png) It shows...

I'm trying to add a simple custom field for my web app, but [the official demo](https://contentful-field-editors.netlify.app/single-line) from your website is working at all. ``` // package.json "@contentful/field-editor-boolean": "1.0.1", "@contentful/field-editor-markdown": "1.0.1",...

stale

Problem described [here](https://github.com/rollup/rollup/issues/1141) and [here](https://github.com/rollup/rollup/issues/1141). It seems [`babel-preset-es2015-rollup`](https://github.com/rollup/babel-preset-es2015-rollup) you used is not maintained any more. # Way to fix Replace the lib with [`babel-plugin-external-helpers`](http://babeljs.io/docs/plugins/external-helpers/) and add this to package.json: ```...

https://github.com/Swizec/useDimensions/blob/master/src/index.ts#L11