Commit bcfa227
committed
Update react-on-rails dependency and adjust import paths
- Changed the version of "react-on-rails" in package.json from "16.1.0" to "*" to allow for more flexible versioning.
- Removed the specific "react-on-rails" entry from yarn.lock to reflect the updated dependency.
- Updated import path in client.tsx to use the local index.ts instead of the external package.
These changes enhance compatibility and maintainability of the react-on-rails-pro package.1 parent 21d0c0b commit bcfa227
File tree
3 files changed
+2
-7
lines changed- packages/react-on-rails-pro
- src/registerServerComponent
3 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5271 | 5271 | | |
5272 | 5272 | | |
5273 | 5273 | | |
5274 | | - | |
5275 | | - | |
5276 | | - | |
5277 | | - | |
5278 | | - | |
5279 | 5274 | | |
5280 | 5275 | | |
5281 | 5276 | | |
| |||
0 commit comments