mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3e812df89cee2686bcb1086038fcb2e609802dd4
---
bug repro from @JacksonGL
(we currently bailout for references to `useMemoCache`, but not other variables
that may collide with codegenned ones).
```
% yarn sprout --filter
yarn run v1.22.19
$ node ../sprout/dist/main.js --filter
FAIL todo
Failures:
FAIL: todo
Difference in forget and non-forget results.
Expected result: {
"kind": "ok",
"value": "0",
"logs": [
"'module_$'",
"'module_t0'",
"'module_c_0'"
]
}
Found: {
"kind": "ok",
"value": "0",
"logs": [
"[ 0, 0 ]",
"0",
"true"
]
}
```
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%