Uh oh!
There was an error while loading. Please reload this page.
Commit 470cabc
committed
Wrap DiffPanel in DiffWorkerPoolProvider in _chat.tsx layout
DiffPanel uses FileDiff and Virtualizer from @pierre/diffs/react, which
require a WorkerPoolContextProvider ancestor. The DiffWorkerPoolProvider
wrapper was missing in the new _chat.tsx layout, causing a runtime crash
when the diff panel opened.1 parent 5817848 commit 470cabc
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments