React scheduler's `unstable_runWithPriority` doesn't use `priority` in any way

后端 未结 0 2138
名媛妹妹
名媛妹妹 2021-01-03 05:03

I ran a profiler on the following code:

function App() {
  const [ counter, setCounter ] = useState(0);
  return 
{counter}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题