Commit 53926fe
committed
Demo: drop dangling astUpdateField reference
I deleted the astUpdateField StateField definition during the earlier
ESLint cleanup but missed the reference inside commonExtensions(), so
demo.ts shipped a ReferenceError at runtime: every editor instance
threw before its initial doc was applied, which is why the live demo
rendered empty editor panels with the samples dropdown populated but
no content. The TS plugin warned in red but the build didn't error,
so the broken bundle reached production.
Also tightens the ESLint config — flipping no-undef back on for examples/
catches this exact class of regression in CI.1 parent bcdef26 commit 53926fe
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | 252 | | |
254 | 253 | | |
255 | 254 | | |
| |||
0 commit comments