triniwiz / nativescript-accordion

Apache License 2.0
38 stars 14 forks source link

nativescript accordion issue #63

Open kapilt61 opened 5 years ago

kapilt61 commented 5 years ago

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

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

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.

Is there any code involved?

kapilt61 commented 5 years ago

Hi,

Unable to open accordian. JavaScript stack trace: 1 measure@file:///app/tns_modules/tns-core-modules/ui/core/view/view.js:58:124 2 measureChild@file:///app/tns_modules/tns-core-modules/ui/core/view/view-common.js:888:26 3 measureChild@file:///app/tns_modules/tns-core-modules/ui/layouts/grid-layout/grid-layout.js:585:63 4 measure@file:///app/tns_modules/tns-core-modules/ui/layouts/grid-layout/grid-layout.js:528:34 5 onMeasure@file:///app/tns_modules/tns-core-modules/ui/layouts/grid-layout/grid-layout.js:112:28 6 measure@file:///app/tns_modules/tns-core-modules/ui/core/view/view.js:55:27 7 measureChild@file:///app/tns_modules/tns-core-modules/ui/core/view/view-common.js:888:26 8 tableViewViewForFooterInSection@file:///app/tns_modules/nativescript-accordion/src/ios/accordion.js:445:56 9 UIApplicationMain@[native code] 10 _start@file:///app/tns_modules/tns-core-modules/application/application.js:275:26 11 start@file:///app/tns_modules/tns-core-modules/application/application.js:302:11 12 anonymous@file:///app/app.js:29:18 13 evalua<\M-b\M^@\M-&> JavaScript error: file:///app/tns_modules/tns-core-modules/ui/core/view/view.js:58:124: JS ERROR Error: onMeasure() did not set the measured dimension by calling setMeasuredDimension() Label(679)@file:///app/pages/bottom-pages/second-tab/second-tab-component.xml:99:17; *** JavaScript call stack: ( 0 UIApplicationMain@[native code] 1 _start@file:///app/tns_modules/tns-core-modules/application/application.js:275:26 2 start@file:///app/tns_modules/tns-core-modules/application/application.js:302:11 3 anonymous@file:///app/app.js:29:18 4 evaluate@[native code] 5 moduleEvaluation@:1:11 6 promiseReactionJob@:1:11 ) *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error: Error: onMeasure() did not set the measured dimension by calling setMeasuredDimension() Label(679)@file:///app/pages/bottom-pages/second-tab/second-tab-component.xml:99:17; at 1 measure@file:///app/tns_modules/tns-core-modules/ui/core/view/view.js:58:124 2 measureChild@file:///app/tns_modules/tns-core-modules/ui/core/view/view-common.js:888:26 3 measureChild@file:///app/tns_modules/tns-core-modules/ui/layouts/grid-layout/grid-layout.js:585:63 4 measure@file:///app/tns_modules/tns-core-modules/ui/layouts/grid-layout/grid-layout.js:528:34 5 onMeasure@file:///app/tns_modules/tns-core-modules/ui/layouts/grid-layout/grid-layout.js:112:28 6 measure@file:///app/tns_modules/tns-core-modules/ui/core/view/view.js:55:27 7 measureChild@file:///app/tns_modules/tns-core-modules/ui/core/view/view-common.js:888:26 8 tableViewViewForFooterInSection@file:///app/tns_modules/nativescript-accordion/src/ios/accordion.j<\M-b\M^@\M-&>

package.json

{ "description": "NativeScript Application", "license": "SEE LICENSE IN ", "readme": "NativeScript Application", "repository": "", "nativescript": { "id": "app-id", "tns-android": { "version": "5.2.1" }, "tns-ios": { "version": "5.3.1" } }, "dependencies": { "ajax-request": "^1.2.3", "base-64": "^0.1.0", "lodash": "^4.17.11", "nativescript-accordion": "^5.0.3", "nativescript-appversion": "^1.4.1", "nativescript-bottom-navigation": "^1.5.0", "nativescript-cardview": "^2.0.4", "nativescript-carousel": "^4.1.0", "nativescript-checkbox": "^3.0.3", "nativescript-downloader": "^1.0.3", "nativescript-drawingpad": "^3.0.2", "nativescript-drop-down": "^3.2.5", "nativescript-exit": "^1.0.1", "nativescript-geolocation": "^4.5.0", "nativescript-globalevents": "^1.2.2", "nativescript-grid-view": "^3.2.2", "nativescript-image-cache": "^1.1.5", "nativescript-insomnia": "^1.2.2", "nativescript-iqkeyboardmanager": "^1.4.0", "nativescript-loading-indicator": "^2.4.0", "nativescript-localstorage": "^1.1.5", "nativescript-pdf-view": "^2.0.1", "nativescript-sqlite": "https://github.com/divyanshujain12/sqlite-nativescript.git", "nativescript-theme-core": "~1.0.4", "nativescript-toasty": "^1.3.0", "nativescript-ui-listview": "^6.2.0", "tns-core-modules": "^4.2.1", "utf8": "^3.0.0" }, "devDependencies": { "babel-traverse": "6.4.5", "babel-types": "6.4.5", "babylon": "6.4.5", "copy-webpack-plugin": "~4.3.0", "css-loader": "~0.28.7", "extract-text-webpack-plugin": "~3.0.2", "lazy": "1.0.11", "nativescript-dev-webpack": "^0.9.2", "nativescript-worker-loader": "^0.8.1", "raw-loader": "~0.5.1", "resolve-url-loader": "~2.2.1", "uglifyjs-webpack-plugin": "~1.1.6", "webpack": "~3.10.0", "webpack-bundle-analyzer": "^2.13.1", "webpack-sources": "~1.1.0" } }