fix: replace panics with error returns (#3420)

* refactor: replace panics with error returns

* fix: lints

* chore: add changes md
This commit is contained in:
Urs de Swardt
2026-05-18 15:56:33 +02:00
committed by GitHub
parent e919bab3eb
commit c0d64bf7d9
2 changed files with 24 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
---
positioner: patch
positioner-js: patch
---
Removed panics and replaced them with error handling.