ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

nativescript-ui-chart 8.0.0 build error - Property is not defined #1449

Open RilRil opened 4 years ago

RilRil commented 4 years ago

Please, provide the details below:

Tell us about the problem

I upgraded the library to version 8.0.0 and I cant even build my app now. I get this error

file: node_modules/nativescript-ui-chart/visualization/views/chart-axis.common.js:421:40: JS ERROR TypeError: undefined is not a constructor (evaluating 'new _nativescript_core__WEBPACK_IMPORTED_MODULE_0__["Property"]({
name: "id",
defaultValue: undefined,
valueChanged: (target, oldValue, newValue) => {}
})')

thanks for your help

Which platform(s) does your issue occur on?

iOS 13.5 Android 29

Please provide the following version numbers that your issue occurs with:

relez commented 4 years ago

There is a new build for the plugin: 8.0.1, try it. I can not compile the plugin for Ivy support, in my ngcc.config.js I have:

"nativescript-ui-chart": {
            entryPoints: {
                "angular": {
                    override: {
                        main: "./chart-directives.js",
                        typings: "./chart-directives.d.ts",
                    },
                    ignoreMissingDependencies: true,
                }
            },
            ignorableDeepImportMatchers: [
                /tns-core-modules\//,
                /@nativescript\/core\//,
                /@nativescript\/angular\//
            ]
        },

Were you able to pass this step?

anthonywebster commented 4 years ago

Hi @RilRil, could you solve it?

richardman1 commented 4 years ago

I am running into the exact same issue. I have upgraded to 8.0.1 but I'm still running into the issue. I am running Nativescript Vue

RilRil commented 4 years ago

@anthonywebster @relez I didn't try the latest version yet. I keep version 6.0.0 for now as it is working perfectly for me. by the way I am using vuejs and not angular

anthonywebster commented 4 years ago

ok ok, I will change of version. I'm using Vue js too

dtomaszewski commented 3 years ago

It occurs for 8.0.2 as well (with Angular)