The theming with @rjsf/antd is a very decent option.
Unfortunately, the library which we are relying on is outdated and the antd version in use is 3.x.
I checked with the version history of the @rjsf/antd theme from: https://www.npmjs.com/package/@rjsf/antd
The pre-requisites say the minimum version supported is 4+
Due to this, compilation errors in the project runtime as:
Module not found: Error:
Can't resolve '@ant-design/icons/DeleteOutlined' in '/Users/xyz/Documents/web/node_modules/@rjsf/antd/dist/es/templates/FieldTemplate'
Is there a way we can use this theme with the antd3 version at any cost or a workaround without disturbing the existing codebase?