79388963

Date: 2025-01-26 17:24:50
Score: 1
Natty:
Report link

I think I have identified the error.

First I need to import the CSS part

symfony console importmap:req bootstrap/dist/css/bootstrap.min.css

And insert the import in asset/app.js

import 'bootstrap/dist/css/bootstrap.min.css';

Then I need to import the correct JS part, which is ..bundle.. and not ..min..

symfony console importmap:req bootstrap/dist/js/bootstrap.bundle.min.js

And insert the correct import in asset/app.js

import 'bootstrap/dist/js/bootstrap.bundle.min.js';

Now it seems everything is working correctly.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Paolo Maggio