Skip to content

Commit 00a9f7a

Browse files
authored
Merge pull request #5020 from ismail-codar/patch-1
fix: resolve function not exists
2 parents f3fcf0c + c61989f commit 00a9f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apexcharts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ export default class ApexCharts {
436436
JSON.stringify(this.lastUpdateOptions) === JSON.stringify(options)
437437
) {
438438
// Options are identical, skip the update
439-
return resolve(this)
439+
return this
440440
}
441441

442442
this.lastUpdateOptions = Utils.clone(options)

0 commit comments

Comments
 (0)