cronofy-elements
Advanced tools
Comparing version 1.25.2 to 1.25.3
{ | ||
"name": "cronofy-elements", | ||
"version": "1.25.2", | ||
"version": "1.25.3", | ||
"description": "Fast track scheduling with Cronofy's embeddable UI Elements", | ||
@@ -5,0 +5,0 @@ "main": "build/npm/CronofyElements.js", |
@@ -71,3 +71,5 @@ // import React from "react"; | ||
currentOptions = deepCopy(newRawOptions); | ||
currentOptions.callback = newRawOptions.callback; | ||
const newOptions = optionsFormatter(newRawOptions); | ||
newOptions.callback = currentOptions.callback; | ||
// Start the re-render | ||
@@ -74,0 +76,0 @@ renderElement(key, newOptions, target); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2897920
27164