Whenever joyride steps is triggered, throwing an error only in production code
To Reproduce
import variables from '../../styles/variables.module.scss';
joyride steps
const joyRideSteps: Step[] = [
{
content:
"This is where you'll keep your full education history to fulfill your requirements",
target: '#continuingEducation',
title: `${userConfig.ceLanguageTagShort} Records`,
floaterProps: {
autoOpen: true
},
placement: 'bottom',
},
{
content: (
<span>
Do you have a record to add now? <br /> Click the + button above
</span>
),
target: '#recordNewCe',
title: 'Record your education',
floaterProps: {
autoOpen: true
},
placement: 'bottom'
}
];
🐛 Bug Report
Whenever joyride steps is triggered, throwing an error only in production code
To Reproduce
import variables from '../../styles/variables.module.scss';
joyride steps
styles
joyride elemet
error
Expected behavior
joyride steps successfully triggered
Run
npx envinfo --system --binaries --npmPackages react-joyride
Paste the results here:
this is where from the bug is triggering