aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

chore(deps-dev): bump boostrap dependencies #72

Open trivikr opened 2 years ago

trivikr commented 2 years ago

Issue

React was bumped to v18 in https://github.com/aws-samples/aws-sdk-js-notes-app/pull/63

Description

Bumps bootstrap dependencies

Testing

ToDo: Local testing

Additional Context


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

trivikr commented 2 years ago

Website fails with the following error:

Uncaught SyntaxError: The requested module '/node_modules/.vite/react-bootstrap.js?v=1ab52b9a' does not provide an export named 'CardColumns' (at ListNotes.tsx:4:1)

This happens as card-columns was removed in bootstrap v5 https://github.com/twbs/bootstrap/pull/28922