@spark-ui/use-mounted-state
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,9 @@ # Change Log | ||
## [0.3.1](https://github.com/adevinta/spark/compare/@spark-ui/use-mounted-state@0.3.0...@spark-ui/use-mounted-state@0.3.1) (2024-04-29) | ||
### Bug Fixes | ||
- doc ([5506203](https://github.com/adevinta/spark/commit/55062039dc67c3532be42a4661540052094163d9)) | ||
- **use-mounted-state:** doc ([292f520](https://github.com/adevinta/spark/commit/292f5209ec729f0b7880354500fe6688cf3fb5a0)) | ||
# [0.3.0](https://github.com/adevinta/spark/compare/@spark-ui/use-mounted-state@0.2.4...@spark-ui/use-mounted-state@0.3.0) (2023-09-28) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@spark-ui/use-mounted-state", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "check the component's mount state", | ||
@@ -21,4 +21,4 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"react": "^16.8 || ^17.0 || ^18.0", | ||
"react-dom": "^16.8 || ^17.0 || ^18.0" | ||
"react": "^18.0 || ^19.0", | ||
"react-dom": "^18.0 || ^19.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "repository": { | ||
"license": "MIT", | ||
"gitHead": "60a8f00aef92177084ac744bc4fd56ef13bc9948" | ||
"gitHead": "e2262cc062d779c7bafac1d01fe453477f0fdc16" | ||
} |
# useMountedState | ||
> @spark-ui/use-mounted-state | ||
![storybook](https://img.shields.io/badge/storybook-black?logo=storybook&link=https%3A%2F%2Fsparkui.vercel.app%2F%3Fpath%3D%2Fdocs%2Fhooks-usemountedstate--docs) | ||
![documentation](https://img.shields.io/badge/documentation-black?logo=googledocs&link=https%3A%2F%2Fsparkui-adv.vercel.app%2Fdocs%2Fhooks%2Fuse-monted-state) | ||
![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red&link=https%3A%2F%2Fgithub.com%2Fadevinta%2Fspark%2Fissues%2Fnew%3F%26projects%3D4%26template%3Dbug-report.yml%26assignees%3D%26labels%3Dhook%2Cuse-mounted-state) | ||
![npm](https://img.shields.io/npm/dt/%40spark-ui/use-mounted-state?logo=npm&labelColor=black&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40spark-ui%2Fuse-mounted-state) | ||
[![storybook](https://img.shields.io/badge/storybook-black?logo=storybook)](https://sparkui.vercel.app/?path=/docs/hooks-usemountedstate--docs) | ||
[![documentation](https://img.shields.io/badge/documentation-black?logo=googledocs)](https://sparkui-adv.vercel.app/docs/hooks/useMountedState) | ||
[![issue](https://img.shields.io/badge/report%20a%20bug-black?logo=openbugbounty&logoColor=red)](https://github.com/adevinta/spark/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=hook,use-mounted-state) | ||
[![npm](https://img.shields.io/npm/dt/%40spark-ui/use-mounted-state?logo=npm&labelColor=black)](https://www.npmjs.com/package/@spark-ui/use-mounted-state) | ||
@@ -12,3 +12,3 @@ | ||
![Issues open](https://img.shields.io/github/issues-search/adevinta/spark?query=is%3Aopen%20label%3Ahook%20label%3Ause-mounted-state&logo=openbugbounty&logoColor=red&label=issues%20open&color=red&link=https%3A%2F%2Fgithub.com%2Fadevinta%2Fspark%2Fissues%3Fq%3Dis%253Aopen%2Blabel%253Ahook%2Blabel%253Ause-mounted-state) | ||
![NPM](https://img.shields.io/npm/l/%40spark-ui%2Fuse-mounted-state) | ||
[![Issues open](https://img.shields.io/github/issues-search/adevinta/spark?query=is%3Aopen%20label%3Ahook%20label%3Ause-mounted-state&logo=openbugbounty&logoColor=red&label=issues%20open&color=red)](https://github.com/adevinta/spark/issues?q=is%3Aopen+label%3Ahook+label%3Ause-mounted-state) | ||
[![NPM](https://img.shields.io/npm/l/%40spark-ui%2Fuse-mounted-state)](https://github.com/adevinta/spark/blob/main/packages/hooks/use-mounted-state/LICENSE.md) |
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
7704