-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
I am trying to run react-render-tracker against a react profiling build but seeing this error in the console
dispatcher-trap.ts:292
Uncaught (in promise) TypeError: renderer.getCurrentFiber is not a function
at Object.set [as current] (dispatcher-trap.ts:292:41)
at li (react-dom.profiling.min.js:169:287)
at xc (react-dom.profiling.min.js:169:424)
at sf (react-dom.profiling.min.js:163:248)
at Qa (react-dom.profiling.min.js:158:295)
at Hd (react-dom.profiling.min.js:195:178)
at react-dom.profiling.min.js:198:188
at qi (react-dom.profiling.min.js:164:220)
at Id (react-dom.profiling.min.js:198:174)
at Object.N.render (react-dom.profiling.min.js:250:154)
Are there any plans to make the tracker compatible with the profiling build?