When using the BryntumGrid component from schedulerpro-react, the component works fine, but there is a long series of 404s for Bryntum resources. Example of 404s below, usage of BryntumGrid attached.
GET /next/static/src/BryntumColorField.tsx 404 in 10766ms
GET /next/static/src/BryntumCombo.tsx 404 in 10907ms
GET /next/static/src/BryntumConstraintTypePicker.tsx 404 in 10170ms
GET /next/static/src/BryntumContainer.tsx 404 in 9615ms
GET /next/static/src/BryntumDateField.tsx 404 in 10247ms
GET /next/static/src/BryntumDatePicker.tsx 404 in 9670ms
GET /next/static/src/BryntumDateRangeField.tsx 404 in 8894ms
GET /next/static/src/BryntumDateTimeField.tsx 404 in 9394ms
GET /next/static/src/BryntumDemoCodeEditor.tsx 404 in 9726ms
GET /next/static/src/BryntumDependencyTypePicker.tsx 404 in 10021ms
GET /_next/static/src/BryntumDisplayField.tsx 404 in 9222ms
As noted in the docs, I have a wrapper around the BryntumGrid and I am dynamically loading that wrapper component with SSR turned off as shown in the below code. Not sure what step I am missing here that would lead to a working grid, but 404s.