Convert edit.js
to edit.tsx
and replace propTypes
with TypeScript definitions
#42363
Labels
priority: normal
The issue/PR is of normal priority—not many people are affected or there’s a workaround, etc.
team: Kirigami & Origami
WC Store Editing (FSE)
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/products/all-products/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: