Skip to content

Commit

Permalink
Remove additionalBreakpoint from flags
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 19, 2020
1 parent 50fa810 commit b6598e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/featureFlags.js
Expand Up @@ -4,7 +4,7 @@ import log from './util/log'

const featureFlags = {
future: [],
experimental: ['additionalBreakpoint'],
experimental: [],
}

export function flagEnabled(config, flag) {
Expand Down

0 comments on commit b6598e9

Please sign in to comment.