Breaking changes in 1.6.0
See original GitHub issueCould not resolve @akveo/ng2-completer relative to [object Object].
node_modules/ng2-smart-table/lib/components/cell/cell-editors/completer-editor.component.d.ts(2,34): error TS2307: Cannot find module '@akveo/ng2-completer'.
node_modules/ng2-smart-table/lib/components/filter/filter-types/completer-filter.component.d.ts(3,34): error TS2307: Cannot find module '@akveo/ng2-completer'.
node_modules/ng2-smart-table/lib/components/tbody/tbody.component.d.ts(29,9): error TS1086: An accessor cannot be declared in an ambient context.
error TS2339: Property 'settings' does not exist on type 'Row'.
error TS2339: Property 'source' does not exist on type 'Row'.
error TS2339: Property 'userRowSelect' does not exist on type 'Row'.
error TS2339: Property 'create' does not exist on type 'Row'.
error TS2339: Property 'grid' does not exist on type 'Row'.
error TS2339: Property 'edit' does not exist on type 'Row'.
error TS2339: Property 'grid' does not exist on type 'Row'.
error TS2339: Property 'delete' does not exist on type 'Row'.
error TS2339: Property 'prepareSettings' does not exist on type 'Row'.
error TS2339: Property 'editRowSelect' does not exist on type 'Row'.
Had to downgrade back to 1.5.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:12
Top Results From Across the Web
1.6.0 Breaking Changes | NodeBB
wigdets-refactor, widgets are rendered on cold load now, this is a breaking change for themes please see these changes if you have a...
Read more >Upgrading to Vault 1.6.0 - Guides - HashiCorp Developer
This page contains the list of deprecations and important or breaking changes for Vault 1.6.0 compared to 1.5. Please read it carefully.
Read more >Phoenix 1.6.0 Released
The biggest support issues for Phoenix over the years has revolved around node tooling, breaking changes, and often times unnecessary churn. By ...
Read more >Changelog Highlights — Locust 1.6.0 documentation
This version contains some breaking changes. Locust class renamed to User¶. We've renamed the Locust and HttpLocust classes to User ...
Read more >Changelog — Stable Baselines3 1.7.0a5 documentation
Breaking Changes :¶ · All customs environments (e.g. the BitFlippingEnv or IdentityEnv ) were moved to stable_baselines3.common.envs folder. Refactored HER which ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I installed
npm install @akveo/ng2-completer --save
but I still experience build problem:
ng build --prod
results in the following error:
Am I missing something or everybody gets above build error?
Downgrade to version 1.5.0 until fix.
-npm uninstall ng2-smart-table -npm i ng2-smart-table@1.5.0 --save