I can’t tell yet whether this has any relationship to Meteor. But someone here may still have the answer. ![]()
I’m debugging my React app on Mac using Chrome. I’ve installed React 18, and the latest React Devtools Chrome extension:
When I go to the React Profiler tab and click the record button, I see:
Timeline profiling not supported. Timeline profiler requires a development or profiling build of react-dom@^18.
Click here to learn more about profiling.
Okay, so I go to the React docs and it talks about adding a <Profiler> component. I did that and still get the same error.
What am I missing?


