Skip to content

Commit ff94983

Browse files
author
Alexis Bouhet
committed
Renamed + patched swap + new version
1 parent 5bbdf50 commit ff94983

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

frameworks/keyed/reflex-dom/package-lock.json renamed to frameworks/keyed/reflex-js/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/reflex-dom/package.json renamed to frameworks/keyed/reflex-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"esbuild": "^0.20.1"
2424
},
2525
"dependencies": {
26-
"reflex-dom": "0.21.1"
26+
"reflex-dom": "0.21.7"
2727
}
2828
}

frameworks/keyed/reflex-dom/src/main.tsx renamed to frameworks/keyed/reflex-js/src/main.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ function Row ( props ) {
120120

121121
// ----------------------------------------------------------------------------- JUMBOTRON
122122

123+
Jumbotron.isFactory = false
123124
function Jumbotron () {
124125
return <div class="jumbotron">
125126
<div class="row">
126127
<div class="col-md-6">
127-
<h1>Reflex-DOM keyed</h1>
128+
<h1>Reflex-JS keyed</h1>
128129
</div>
129130
<div class="col-md-6">
130131
<div class="row">

0 commit comments

Comments
 (0)