NIAEFEUP / nijobs-fe

[FRONTEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
23 stars 3 forks source link

Invalid params cause app crash #282

Closed DoStini closed 1 year ago

DoStini commented 1 year ago

If we use an invalid filter in the URL that was supposed to be an array, e.g. /?searchValue=&technologies=Java, the app will crash and present a blank page

Naapperas commented 1 year ago

The crash occurs when we try to access the corresponding array-like value on the SearchArea related components. Should be an easy fix.