Attempted import error with Plasmic sync.

After my latest sync from Plasmic, I’m getting the following error: “Attempted import error: ‘datePickerHelpers’ is not exported from ‘@plasmicpkgs/antd5/skinny/registerDatePicker’ (imported as ‘AntdDatePicker_Helpers’).”

can you check what version of @plasmicpkgs/antd5 you have installed?

I had version 0.0.89 installed. The npm package wasn’t updating because the major version of that package is 0. I looked up the latest version and manually updated my package.json. Now it’s building successfully. Problem solved!