Server Error on Plasmic Sync

Server Error
Error: PLASMIC: Failed to load render__jJy9h9Y2__T.js: ReferenceError: a is not defined
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
Registry.load
file:///Users/rjames/code/next-maintenance-logging/node_modules/@plasmicapp/loader-core/dist/loader-core.cjs.development.js (260:13)
ComponentLookup.getComponent
file:///Users/rjames/code/next-maintenance-logging/node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.development.js (971:31)
usePlasmicComponent
file:///Users/rjames/code/next-maintenance-logging/node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.development.js (2273:54)
PlasmicComponent
file:///Users/rjames/code/next-maintenance-logging/node_modules/@plasmicapp/loader-react/dist/loader-react.cjs.development.js (2322:19)
renderWithHooks

I made some changes to my pages from plaasmic studio and ran plasmic sync --porjects project_id and my code started throwing the above error

Meanwhile , I was initially having the below error before i ran into the above error

Error: Must specify a value prop for Pi
This error happened while trying to generate the page. Any console logs will be displayed on the terminal

Call Stack
<File://Users/rjames/code/next-maintenance-logging/node_modules/@plasmicapp/loader-core/dis/loader-core.cjs.development.js(248)>

Please any idea on how to fix these errors

can you link me to the project?

https://studio.plasmic.app/projects/fAUGSepiVXBsEXwhq6NtKN/branch/main@latest/page/DBA

hmm looks like in the Select component, there’s a default Option without a value prop set. Deleting it should do the trick:

I deleted the entire selection component and the error persists.

@chungwu This error indicates that there is a reference to an undefined variable a in the render__D38EFupKWZL.js file. It is occurring within the Plasmic code, which is used for visual development of React components.

hmm I seem to be able to do a build fine with that project when I create it from npx create-plasmic-app@latest

Yes I can do a build as well. When I attempt to npm run dev that’s when I get the issue