You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the build process of my application that utilizes the kraftfahrstrasse library, I encountered a warning with the following message: "Cannot call a namespace ('msgpackFactory')". Although the build completes successfully and the app functions as expected, this warning still appears in the build output.
Steps to reproduce the issue:
Create a new project using Vite and add the kraftfahrstrasse library as a dependency.
Configure the application to use the kraftfahrstrasse library with the JSONSerializer instead of msgpack.
Run npm install to install the required dependencies.
Run npm run build to start the Vite build process.
Expected behavior
The build process should complete without any warnings related to the msgpackFactory.
Actual behavior
The build process completes successfully, but the following warning message appears in the build output:
I am not using msgpack in my application, as I have opted to use the JSONSerializer provided by the kraftfahrstrasse library. The warning appears to be related to the msgpackFactory, but it does not seem to affect the functionality of my application.
Please let me know if you need any further information or if there's a known workaround to suppress this warning. Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
During the build process of my application that utilizes the kraftfahrstrasse library, I encountered a warning with the following message: "Cannot call a namespace ('msgpackFactory')". Although the build completes successfully and the app functions as expected, this warning still appears in the build output.
Steps to reproduce the issue:
Expected behavior
The build process should complete without any warnings related to the msgpackFactory.
Actual behavior
The build process completes successfully, but the following warning message appears in the build output:
Cannot call a namespace ("msgpackFactory")
Environment
Additional context
I am not using msgpack in my application, as I have opted to use the JSONSerializer provided by the kraftfahrstrasse library. The warning appears to be related to the msgpackFactory, but it does not seem to affect the functionality of my application.
Please let me know if you need any further information or if there's a known workaround to suppress this warning. Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: