Commit 42b4665
committed
bug #914 [TwigComponent] Fix breaking (deprecation instead) when using .add() + StimulusBundle (weaverryan)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[TwigComponent] Fix breaking (deprecation instead) when using .add() + StimulusBundle
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | None - reported on Slack.
| License | MIT
Accidental break if upgrading to use new StimulusBundle, but still using `attributes.add(stimulus_controller())`.
Cheers!
Commits
-------
88f1f05 [TwigComponent] Fix breaking (deprecation instead) when using .add() + StimulusBundle1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
118 | | - | |
| 119 | + | |
119 | 120 | | |
120 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
121 | 130 | | |
122 | 131 | | |
123 | 132 | | |
| |||
0 commit comments