mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 14:05:48 +03:00
[GH-ISSUE #101] Docker Build Fails due to TypeScript Error in web/src/main.ts #23
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Repsay on GitHub (Jul 2, 2023).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/101
Hello,
I encountered an issue while trying to build the Docker image for the
whatsapp-contact-syncproject. The build process fails during thenpm run buildstep for the web-build with a TypeScript error.The error message is as follows:
It appears there's a type mismatch between the
pageTrackerTemplatefunction and thePluginOptionstype. ThepageTrackerTemplatefunction seems to be expecting no arguments and a return type ofPageView, but the provided function takes aRouteLocationNormalizedargument and returns an object withpage_titleandpage_path.@guyzyl commented on GitHub (Jul 2, 2023):
Thanks for fixing it!