use-state-in-custom-properties
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "use-state-in-custom-properties", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Makes your react state accessible through CSS properties.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
import React, { useState, createContext } from "react"; | ||
import React, { useState, useEffect, createContext } from "react"; | ||
@@ -3,0 +3,0 @@ export const useStateInCustomProperties = (className, propertiesObject) => { |
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
9460