Custom props are crashing in global contexts

When I try to configure global provider with custom prop, I’m getting this error when opening the context configuration:
T: viewCtx is required for custom control prop type

I’m using custom app host, React + Next.js, everything is updated to latest version.

Full stacktrace:
8959.23894fbe.js:464 Uncaught T: viewCtx is required for custom control prop type
at nY (https://studio.plasmic.app/static/js/index.5f95a526.js:2:3912596)
at e7 (https://studio.plasmic.app/static/js/index.5f95a526.js:2:1622844)
at https://studio.plasmic.app/static/js/8959.23894fbe.js:514:697502
at https://studio.plasmic.app/static/js/8959.23894fbe.js:514:699911
at n3 (https://studio.plasmic.app/static/js/8959.23894fbe.js:514:827640)
at eu.track (https://studio.plasmic.app/static/js/8959.23894fbe.js:514:833342)
at eA (https://studio.plasmic.app/static/js/8959.23894fbe.js:514:699887)
at eE (https://studio.plasmic.app/static/js/8959.23894fbe.js:514:697483)
at lk (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:129992)
at oi (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:140311)
at i (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:187293)
at uD (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:168218)
at https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:168084
at uI (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:168092)
at uT (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:165177)
at r6 (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:113867)
at uP (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:165492)
at eM (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:83093)
at ru (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:104222)
at tB (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:89890)
at tD (https://studio.plasmic.app/static/js/lib-react.5972896d.js:2:89674)
at HTMLDivElement.eh (https://studio.plasmic.app/static/js/8959.23894fbe.js:464:1299885)

Hello @merkle_bonsai.
Sorry for the issue, but custom control prop is not supported for global context. It was mistakenly added to the prop type and we will be fixing it.