Skip to content

Commit

Permalink
Update (base update)
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Sep 26, 2024
1 parent 19ba4dd commit 6bacde0
Show file tree
Hide file tree
Showing 5 changed files with 3,498 additions and 2,260 deletions.
4 changes: 2 additions & 2 deletions compiler/apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"prettier": "^3.3.3",
"pretty-format": "^29.3.1",
"re-resizable": "^6.9.16",
"react": "19.0.0-beta-b498834eab-20240506",
"react": "18.2.0",
"react-compiler-runtime": "*",
"react-dom": "19.0.0-beta-b498834eab-20240506"
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
12 changes: 12 additions & 0 deletions compiler/apps/playground/scripts/link-react-compiler-runtime.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

set -eo pipefail

HERE=$(pwd)

cd ../../packages/react-compiler-runtime && yarn --silent link
cd $HERE && yarn --silent link react-compiler-runtime
Loading

0 comments on commit 6bacde0

Please sign in to comment.