freemium-survey-components 0.13.3 → 0.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -149,3 +149,9 @@ const NPSPreview = () => {
149
149
  }}
150
150
  />
151
151
  }
152
+ ```
153
+
154
+
155
+ ### Rules
156
+
157
+ - survey object passed to Survey and WebInAppSurvey is cached on mount. In order to pass new survey object, we need to remount with the new survey object.