storyblok-react
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "storyblok-react", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "React component for storyblok.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,3 +18,3 @@ import React from 'react' | ||
if (typeof el.setAttribute === 'function') { | ||
if (el instanceof Object && typeof el.setAttribute === 'function') { | ||
el.setAttribute('data-blok-c', JSON.stringify(options)) | ||
@@ -21,0 +21,0 @@ el.setAttribute('data-blok-uid', options.id + '-' + options.uid) |
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
6341