import { createElement, RawHTML } from '@wordpress/element' import { __, sprintf } from 'ct-i18n' const RatingPreview = ({ product }) => { const width = (parseFloat(product?.average_rating) / 5) * 100 + '%' return (