Version: Deno deno 2.5.6 (stable, release, x86_64-unknown-linux-gnu)
git clone https://github.com/sigmaSd/mlkml
git checkout bug
deno task build
RUST_BACKTRACE=1 deno task build
Task build vite build
rolldown-vite v7.2.2 building client environment for production...
transforming (111) src/lib/components/MedicationModal.svelteerror: Uncaught (in promise) TypeError: Cannot convert undefined or null to object
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.
Platform: linux x86_64
Version: 2.5.6
Args: ["/home/mrcool/.deno/bin/deno", "run", "--ext=js", "-A", "/home/mrcool/dev/web/med/vite-project/node_modules/.deno/rolldown-vite@7.2.2/node_modules/rolldown-vite/bin/vite.js", "build"]
It seems the error message is truncated,
Also before it started to panic I had this error after vite builds the project: Uncaught (in promise) TypeError: Cannot convert undefined or null to object but I can't tell where its coming from
Version: Deno deno 2.5.6 (stable, release, x86_64-unknown-linux-gnu)
git clone https://github.com/sigmaSd/mlkml
git checkout bug
deno task build
It seems the error message is truncated,
Also before it started to panic I had this error after vite builds the project:
Uncaught (in promise) TypeError: Cannot convert undefined or null to objectbut I can't tell where its coming from