@shaai/react
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -12,3 +12,3 @@ import React from 'react' | ||
} | ||
this.scroll = new Scroll(props.config) | ||
this.scroll = new Scroll(props.match && props.match.path && props.match.path !== '/' ? { ...props.config, basePath: props.match.path } : props.config) | ||
} | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@shaai/react", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "React wrapper for Shaai", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
7562