Hey when i run my app on dev it does work, but doesnt on prod - i get
Application error: a client-side exception has occurred (see the browser console for more information).
TypeError: e.slice is not a function
The only place i got slice function used is https://github.com/Style77/velluci/blob/master/src/app/page.tsx#LL17C1-L17C1
Whats wrong could someone check? Or tell me how do i debug that
