my blog https://overreacted.io
53
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo (#841)

authored by

Wei-Yu Chen and committed by
GitHub
54f240ec 67a3cb76

+1 -1
+1 -1
public/react-for-two-computers/index.md
··· 2961 2961 2962 2962 ```js 2963 2963 const primitives = interpret(lateComponents); 2964 - const tree = perform(json); 2964 + const tree = perform(primitives); 2965 2965 document.body.appendChild(tree); 2966 2966 ``` 2967 2967