zhiyan wang

Results 7 comments of zhiyan wang

@jerrysu Can you provide the option of highWaterMark for fixing this?

I found the point. If I have a file (main.js) require a template like this: ``` {{a}} ``` and in the same dir with main.js has a file `a.js`, then...

hi, altano, I create a simple instance to reproduct the problem: ![qq 20150623170455](https://cloud.githubusercontent.com/assets/1467767/8302589/1da2b7f4-19ca-11e5-8f1c-b3678e58307a.png) template.handlebars: ``` {{a}} ``` index.js: ``` var template = require("./template.handlebars"); var html = template({"a":2}); ``` a.js: ```...

I use *.scss file also produce the same problem, the path of image file can not be found correctly

antd 4.4.0开始在form instance上增加了getFieldInstance方法, useAntdTable之前用这个来判断v3/v4, 导致的该问题