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 1464fc7 commit 8afbfdfCopy full SHA for 8afbfdf
polaris-react/scripts/profiler.js
@@ -1,7 +1,7 @@
1
const puppeteer = require('puppeteer');
2
3
const iframePath =
4
- 'http://localhost:6006/iframe.html?id=playground--kitchen-sink&viewMode=story&globals=profiler:false';
+ 'http://localhost:6006/iframe.html?args=&id=playground--kitchen-sink&viewMode=story&globals=profiler:false';
5
6
(async () => {
7
const browser = await puppeteer.launch();
0 commit comments