Feng Sun

Results 51 comments of Feng Sun

meet this bug today

> My hunch would be that it happens [here](https://github.com/preactjs/preact/blob/master/src/diff/props.js#L153) but `DOM._listeners` being `undefined` sounds quite.... exotic. Are you switching the event-handler somehow dynamically, the only way to get into `eventProxy`...

@youngluo @F-loat 遇到这个问题, 调了一个晚上, 弄了个workaround: ``` const vModelBugfillMixin = { data() { return { ownValue: null, }; }, model: { prop: 'valueFromProp', }, props: { valueFromProp: { type: String, },...

抱歉我不会复制代码....

This can be useful for creating `pure javascript` or `react component` libraries. It's different!

You're right @jmeas . But... The authors are different.

@seejamescode I think your issue is the unnecessary array brackets: ```diff return await richTextFromMarkdown(replacedText, (node) => { if (node.type === "image") { - return [ - { + return {...

I faced the same problem before. We used an individual nginx proxy for frond-end static deployment. So in develop-env I just send all request to that nginx proxy. Or you...

get the latitude and longitude info of the user on server-side (contract side)