Custom Form Field Guide

Hi, The guide at this link

https://learn.liferay.com/w/dxp/low-code/forms/developer-guide/writing-a-custom-form-field-type#adapting-the-c2p9-slider-for-liferay-dxp-2025q2

explains how to modify custom fields for DXP 2025.Q2. However, I’ve noticed that in version 2025.Q4, the import needs to be updated to:

import {ReactFieldBase} from "@liferay/dynamic-data-mapping-form-field-type/api";

Additionally, the package.json should be adjusted accordingly.