在render中不能读写current。除了,这种模式: ```javascript if (!ref.current) { ref.current = 123; } ``` https://github.com/facebook/react/pull/18545