Skip to content

Commit

Permalink
[docs] Clarify a point we discussed with Damien
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 5, 2020
1 parent 06dcc32 commit 174fc64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/grid/_modules_/grid/constants/envConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import { localStorageAvailable } from '../utils/utils';
// - 'true' => force it to be enabled
// - 'false' => force it to be disabled
//
// Developers (users) can enable the experimental feature by setting the EXPERIMENTAL_ENABLED env.
// Developers (users) are discouraged to enable the experimental feature by setting the EXPERIMENTAL_ENABLED env.
// Instead, prefer exposing experimental APIs, for instance, a prop or a new `unstable_` module.

let experimentalEnabled;

Expand Down

0 comments on commit 174fc64

Please sign in to comment.