Compilation Warnings

Hi Team,

Am facing compilation warnings as am using the syncfusion packages, due to this am not able to run the project getting the below error.

Please find the package.json below and the warnings zip file. Please provide me the solution for this cause 

{
  "name": "fuji",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@syncfusion/ej2-vue-calendars": "*",
    "@syncfusion/ej2-vue-dropdowns": "*",
    "@syncfusion/ej2-vue-grids": "*",
    "@syncfusion/ej2-vue-inputs": "*",
    "@syncfusion/ej2-vue-navigations": "*",
    "@syncfusion/ej2-vue-treegrid": "*",
    "axios": "^0.21.4",
    "bootstrap": "4.5.3",
    "bootstrap-vue": "^2.21.2",
    "core-js": "^3.19.1",
    "font-awesome": "^4.7.0",
    "moment": "^2.29.1",
    "save": "^2.4.0",
    "vue": "^2.6.14",
    "vue-autosuggest": "^2.2.0",
    "vue-good-table": "^2.21.11",
    "vue-i18n": "^8.26.7",
    "vue-loading-overlay": "^4.0.4",
    "vue-router": "^3.5.3",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.15",
    "@vue/cli-plugin-eslint": "^4.5.15",
    "@vue/cli-service": "^4.5.15",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "vue-template-compiler": "^2.6.14"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    },
    "rules": {}
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ]
}



Attachment: Compilation_warnings_c82c83dd.zip

1 Reply

JC Joseph Christ Nithin Issack Syncfusion Team January 7, 2022 03:45 PM UTC

Hi Punith, 
  
  Greetings from Syncfusion support. 
  
  Based on the provided information we have created a sample to reproduce the reported issue. But we were not able to reproduce the issue from our end. We have attached the sample for your reference. Please share the following details so that we may be able to provide a better solution ASAP. 
  
·       Try to reproduce the reported issue in the provided sample. 
·       Please share the replication procedure for reproducing the issue. 
·       Share the complete grid rendering code. 
·       Share the video demonstration of the issue. 
·       Ensure which version of vue you are using either vue2 or vue3 in your application 
·       Please share the Syncfusion components you are using in your application. 
  
Please get back to us for further details. 
  
Regards, 
Joseph I. 


Loader.
Up arrow icon