aws-sdk-js-notes-app
aws-sdk-js-notes-app copied to clipboard
chore(deps-dev): bump boostrap dependencies
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
- react-bootstrap v2 migration https://react-bootstrap.netlify.app/migrating/#rb-docs-content
- bootstrap v5 migration https://getbootstrap.com/docs/5.0/migration/
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
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