Allow pass headers
#88
Annotations
10 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint files:
example/src/SquareImageCropper.tsx#L154
Color literal: { backgroundColor: 'white' }
|
Lint files:
example/src/SquareImageCropper.tsx#L163
Color literal: { backgroundColor: 'royalblue' }
|
Lint files:
example/src/SquareImageCropper.tsx#L173
Color literal: { color: 'white' }
|
Lint files:
example/src/SquareImageCropper.tsx#L178
Color literal: { color: 'black' }
|
Lint files:
example/src/SquareImageCropper.tsx#L183
Color literal: { color: 'red' }
|
Lint files:
src/index.web.ts#L42
Prefer await to then()/catch()/finally()
|
Lint files:
src/index.web.ts#L54
Prefer await to then()/catch()/finally()
|
Lint files:
src/index.web.ts#L86
Prefer await to then()/catch()/finally()
|
Lint files:
src/index.web.ts#L97
Prefer await to then()/catch()/finally()
|
Loading