Skip to content

Instantly share code, notes, and snippets.

@casdidier
Last active April 12, 2022 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casdidier/8e9c30abe3dcb56c9db26a830b508484 to your computer and use it in GitHub Desktop.
Save casdidier/8e9c30abe3dcb56c9db26a830b508484 to your computer and use it in GitHub Desktop.
Flags
const isZoningMigrationEnabled =
this.appContext.project.flags?.zonings?.["zoningMigration"] &&
this.appContext.config.featureFlags["zoningV2Migration"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment