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 22a69c9 commit 64f159cCopy full SHA for 64f159c
packages/web/src/theme/ProgramExample/SourceContents.tsx
@@ -81,6 +81,7 @@ function decoratePickContext(
81
// HACK this only supports picking from a choice of several different code
82
// contexts
83
if (!pick.every(Program.Context.isCode)) {
84
+ console.warn("decoratePickContext encountered non-code contexts in pick array. These will be ignored.");
85
return [];
86
}
87
0 commit comments