WorkAround Explorer Issue

Hi everyone,
I don’t seem to find the issue of this code. It does not show the page correctly.

Thank you.

The paths for my imports in workAroundModule.js were slightly different than yours.
You had

import {getDataByRole, getDataByCompany} from './modules/salaryData.js';
import salaryData from './modules/salaryData.js';

but I only put ./salaryData.js for the path because workAroundModule.js and salaryData.js are both in the modules folder.

1 Like