zhiyan
zhiyan
@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:  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, 导致的该问题
+1. waiting too