callmeYe

Results 11 comments of callmeYe

As for me, tfevents files are not written.

is there any progress on this issue?

> > is there any progress on this issue? > > Search is under development. I will publish it this weekend. @callmeYe Thanks! I desperately need the search feature.

> > Thanks! I desperately need the search feature. > > I have published an alpha version: `[email protected]`. You can try it out. I will publish it after more testing....

> 因为 Field 需要获取 Ref,主要做了下面两件事情: > > * 判断组件是否 mount/unmount,都是通过 ref 来判断的。如果不包裹 React.forwardRef() 可能组件删除后 Filed 检测不出来,导致数据依然缓存。 > * 组件校验出错的时候,自动滚动到出错组件的位置。 如果不包裹 React.forwardRef() 可能会缺失此功能 那如果将该组件自行包裹了forwardRef并且传了一个ref呢,field会受影响吗

There is another problem: I still use react-router-dom v5 in my monorepo project, if I upgrade your pulgin from v3 to v4, components that use react-router-dom will throw error when...