blob: 5b226013ff86b83310e5a4edfe73d84ea4b4a2c4 [file] [log] [blame]
const DisableTryItOutPlugin = function() {
return {
statePlugins: {
spec: {
wrapSelectors: {
allowTryItOutFor: () => () => false
}
}
}
}
}