import { startStimulusApp } from '@symfony/stimulus-bundle'; import { registerReactControllerComponents } from '@symfony/ux-react'; const app = startStimulusApp(); registerReactControllerComponents(require.context('./react/controllers', true, /\.(j|t)sx?$/));