Dawid Goraj
Dawid Goraj
Seems a new wrapper function `default` was added, you can still access `common` props like this: ``` window.axios = require('axios'); window.axios.default.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; ```  Worked for me.
I was able to fix it. You need to change your index method of VoyagerBaseController and replace: ``` if ($dataType->server_side) { $searchNames = $dataType->browseRows->mapWithKeys(function ($row) { return [$row['field'] => $row->getTranslatedAttribute('display_name')];...
I see your point, thank you! I will check that PR.