sachin_d → created an issue.
I have integrated the react with drupal as a custom module, when I enabled the aggregate javascript files in drupal 9 config, the react component in UI is not displaying.
Sachin_D → created an issue.
Enabling aggregate javascript file config in drupal, the React component is not rendering in frontend.
Description: I have created the custom module for react to integrate the react with drupal, and iam calling the react component in another custom module's twig file. This will works when we disabled the Aggregate javascript file config. but if enabled it, it wont render the template from react in front end.
\Drupal::service('pager.manager')->createPager($total, $limit, 0)->getCurrentPage();
Worked for me
Sachin_D → created an issue.