Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
「24_トップページのBootstrapの修正」のチケットを実施
トップページのハンバーガーメニューが正常に動作していないため、機能する様にBootstrapを修正する。
ブランチ名
feature/improve_bootstrap
実施内容
トップページのハンバーガーメニューが正常に動作していない原因を確認した上で、対応方法を検討実施する
現象
bootstrapのナビゲーションバーを使用して作成した、ハンバーガメニューがクリックしても動作しない。
トップページのハンバーガーメニューを押下した際、chrome検証ツールのコンソールに、以下のエラーが出力されている。
原因
検索した記事より、
2020/4/10にアップデートされたjquery 3.5.0に伴い顕在化した不具合(と想定される)
対処方法
jqueryを3.5.0から3.4.1にダウングレードする
Rails6でwebpackerを使用しているため、pakage.jsonのjqueryのバージョンを3.4.1に書き換え、yarn installを実施
→ ハンバーガメニューが動作することを確認。
なお、根本的な修正はBootstrap 4.4.2版で適用される模様
参考
Bootstrap data-toggle for collapse failing · Issue #2147 · LD4P/sinopia_editor
Bootstrap v4.4.1 collapse doesn't work with jQuery v3.5.0 · Issue #30553 · twbs/bootstrap
package.json のチルダ(~) とキャレット(^) - Qiita