dillon1000/react

Commit

Add common (Relay) hooks to playground environment

This aligns the playground configuration with our internal compiler 
configuration to make it easier to repro compilation issues on playground. There 
is a bug that doesn't repro right now and i suspect it's because of different 
hooks being configured. 

Test plan: 

Before: playground output has no obvious bugs, but is different than internal 
compilation output where the bug occurs 

After: playground output matches internal compilation output w the bug
Browse files
Changed paths4 files
First-parent comparison
M compiler/forget/packages/playground/components/Editor/index.tsx ModifiedM compiler/forget/packages/playground/next-env.d.ts ModifiedM compiler/forget/src/HIR/index.ts ModifiedM compiler/forget/src/index.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…