Warning when build the app

HI,

we just updated our vue components to version 20.1.47 and now when the application is built we get this warning:

----------------

warning in ./node_modules/@syncfusion/ej2-navigations/styles/material.css

Module Warning (from ./node_modules/postcss-loader/src/index.js):

Warning

(9818:7) end value has mixed support, consider using flex-end instead

-----------------


Is there a solution to avoid this problem?


Regards

Gaspar





7 Replies

SM Suriya Murugan Syncfusion Team April 19, 2022 02:47 PM UTC

Hi Gaspar,


Can you please confirm about the Syncfusion component which is used in your application? if possible, please share package.json file.


Regards,

Suriya M.



GB Gaspar Blein April 20, 2022 07:19 AM UTC

Hi Suriya, 


this is the components that we are using in our package.json:

 "dependencies": {
        "@syncfusion/ej2-charts": "20.1.47",
        "@syncfusion/ej2-vue-base": "20.1.47",
        "@syncfusion/ej2-vue-charts": "20.1.47",
        "@syncfusion/ej2-vue-documenteditor": "20.1.47",
        "@syncfusion/ej2-vue-lists": "20.1.47",
        "@syncfusion/ej2-vue-richtexteditor": "20.1.47",
        "@types/cli-color": "^2.0.2",


The warning appears because we make this import that is neccesary to use the document editor:

@import "../../../node_modules/@syncfusion/ej2-navigations/styles/material.css";


Regards



AE Ajithamarlin Edward Syncfusion Team April 21, 2022 03:06 PM UTC

Hi Gaspar,


We are checking with the concern team internally, We will update further details on this by April 22,2022.


Regards,

Ajithamarlin E



SM Suriya Murugan Syncfusion Team April 22, 2022 01:30 PM UTC

Hi Gaspar,


We have already resolved this issue and the fix will be available in our 27th April, 2022 patch release.



We will update you once resolved.




Regards,

Suriya M.





GB Gaspar Blein April 25, 2022 02:48 PM UTC

Hi, Suriya

Thank you for your response.


Regards


Gaspar



SM Suriya Murugan Syncfusion Team April 26, 2022 01:45 PM UTC

As we mentioned earlier,  the fix will be available in our 27th April, 2022 patch release.



SM Suriya Murugan Syncfusion Team April 27, 2022 10:29 AM UTC

Hi Gaspar,


We are glad to announce that our patch release (v20.1.51) is rolled out successfully. In this release, we have added the fix for the reported issue. 


Please upgrade to the latest version packages to resolve this issue.     

https://www.npmjs.com/package/@syncfusion/ej2-documenteditor

https://www.npmjs.com/package/@syncfusion/ej2-vue-documenteditor  


Please let us know if you need any further assistance.


Regards,

Suriya M.


Loader.
Up arrow icon