dillon1000/react
Commit
Browse files Fix playground tabs always showing the same HIR or reactive function
Previously we were storing a pointer to the HIR or ReactiveFunction prior to printing, so when we printed them it would always print the results of the last pass. This commit changes it so we print them to strings when iterating through the compiler pipeline so each snapshot is correctly preserved 
Changed paths2 files
First-parent comparisoncompiler/forget/packages/playground/components/Editor/Output.tsx ModifiedM compiler/forget/packages/playground/components/Editor/index.tsx ModifiedPatch
Files changed
Rendering syntax-highlighted changes…