@shopify/react-async
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "@shopify/react-async", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"license": "MIT", | ||
@@ -25,11 +25,11 @@ "description": "Tools for creating powerful, asynchronously-loaded React components", | ||
}, | ||
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-async/README.md", | ||
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md", | ||
"dependencies": { | ||
"@shopify/async": "^2.2.0", | ||
"@shopify/react-effect": "^3.3.0", | ||
"@shopify/react-hooks": "^1.12.0", | ||
"@shopify/react-hydrate": "^1.2.0", | ||
"@shopify/react-idle": "^1.1.0", | ||
"@shopify/react-intersection-observer": "^2.1.0", | ||
"@shopify/useful-types": "^2.3.0", | ||
"@shopify/async": "^2.2.1", | ||
"@shopify/react-effect": "^3.3.1", | ||
"@shopify/react-hooks": "^1.12.1", | ||
"@shopify/react-hydrate": "^1.2.1", | ||
"@shopify/react-idle": "^1.1.1", | ||
"@shopify/react-intersection-observer": "^2.1.1", | ||
"@shopify/useful-types": "^2.3.1", | ||
"tslib": "^1.14.1" | ||
@@ -36,0 +36,0 @@ }, |
# `@shopify/react-async` | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI) | ||
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-async.svg)](https://badge.fury.io/js/%40shopify%2Freact-async.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-async.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-async.svg) | ||
@@ -209,2 +209,3 @@ | ||
#### Dont use .Preload .Prefetch components with defer | ||
It is not advisable to use .Preload or .Prefetch with the defer property. This is because it will be ignored by | ||
@@ -211,0 +212,0 @@ the `<MyComponent.Preload />` and `<MyComponent.Prefetch />` components. |
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
387
228634