app.zip (6.8 MB)
Hey guys.
I’m trying to build an app in freshsales using react.
For the UI I’m trying to use Antd
Running locally it renders the app normally, but I can’t pack the app.
When I call fdk pack, after a while it just returns with no error.
The logs from .logs does not shown anything as well.
I was able to identify so far that commenting some components like Modal and Layout makes the pack works.
So, I would like to know, is there some limitation about libs we can use?
Is there some way to identify what’s causing the issue when it happens?
App is attached.