fix(geo/haptics): Fix serde import error with specta feature disabled (#2323)

This commit is contained in:
Fabian-Lars
2025-01-15 13:28:40 +01:00
committed by GitHub
parent b63d724e85
commit 406e6f484c
4 changed files with 12 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
---
haptics: patch
haptics-js: patch
geolocation: patch
geolocation-js: patch
---
Fixed an issue that caused build failures when the `haptics` or `geolocation` plugin was used without their `specta` feature flag enabled.