I get error after updates of the Azure pipeline to Node 18 Also upgraded React to version 17.0.2 and after run build pipeline I got below error, please assist to determine what is it.
I think the scheduler library uses internally by React.
yarn run v1.22.19
$ react-scripts --max_old_space_size=16384 build
Creating an optimized production build...
warn - The `content` option in your Tailwind CSS configuration is missing or empty.
warn - Configure your content sources or your generated CSS will be missing styles.
warn - https://tailwindcss.com/docs/content-configuration
Failed to compile.
Attempted import error: 'LowPriority' is not exported from 'scheduler' (imported as 'LowPriority').
error Command failed with exit code 1
.