We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13e766 commit ee60b60Copy full SHA for ee60b60
src/core/index.ts
@@ -188,9 +188,8 @@ export const start = () => {
188
ReactScanInternals.componentNameAllowList.size > 0 &&
189
!ReactScanInternals.componentNameAllowList.has(render.name)
190
) {
191
- // don't render if the render has a name, the allowlist is set, and the name is not in the allowlist
192
- }
193
- ReactScanInternals.scheduledOutlines.push(outline);
+ /** */
+ } else ReactScanInternals.scheduledOutlines.push(outline);
194
}
195
196
if (options.playSound && audioContext) {
0 commit comments