This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Convert edit.js
to edit.tsx
and replace propTypes
with TypeScript definitions
#9522
Labels
type: cooldown
Things that are queued for a cooldown period (assists with planning).
type: enhancement
The issue is a request for an enhancement.
type: refactor
The issue/PR is related to refactoring.
Problem
assets/js/blocks/reviews/reviews-by-product/edit.js
is a JS file and usespropTypes
definitions.Expected outcome
edit.js
toedit.tsx
.propTypes
with TypeScript definitions.The text was updated successfully, but these errors were encountered: