mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
repro for gating error despite no compiled functions
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
|
||||
## Input
|
||||
|
||||
```javascript
|
||||
// @gating
|
||||
import { isForgetEnabled_Fixtures } from "ReactForgetFeatureFlag";
|
||||
|
||||
export default 42;
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Error
|
||||
|
||||
```
|
||||
[ReactForget] InvalidConfig: Encountered conflicting import specifiers for isForgetEnabled_Fixtures in generated program.
|
||||
```
|
||||
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// @gating
|
||||
import { isForgetEnabled_Fixtures } from "ReactForgetFeatureFlag";
|
||||
|
||||
export default 42;
|
||||
Reference in New Issue
Block a user