There is a build-time error on Reply schema for the parent attribute which is a reference to a Comment schema.
Interface and FE referring the reference as string as we are only dealing with Object_ID, however, schema understands it as IComment (or Comment schema).
Hotfix has been merged.
Test passed ✅ Attempt build on local is successful
Test passed ✅ Running dev-server app still working as expected
Description
There is a build-time error on Reply schema for the
parent
attribute which is a reference to a Comment schema.Interface and FE referring the reference as string as we are only dealing with Object_ID, however, schema understands it as IComment (or Comment schema).
Hotfix has been merged.
Test passed ✅ Attempt build on local is successful Test passed ✅ Running dev-server app still working as expected