The PR provides null checks for multiple errors. The changes in AutoCompletion.js file adds an if statement that checks whether the state matches the new state, preventing a "Applying a mismatched transaction" error, and a "Position outside of fragment" error. The changes in Chat.svelte add nullchecks to prevent TypeErrors that happen when trying to access undefined objects.
Added
Changed
Deprecated
Removed
Fixed
Fixes to RangeErrors and TypeErrors in AutoCompletion.js and Chat.svelte
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/8377
**Author:** [@Vojtech-Siler](https://github.com/Vojtech-Siler)
**Created:** 1/7/2025
**Status:** ✅ Merged
**Merged:** 1/8/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `multiple-error-fixes`
---
### 📝 Commits (3)
- [`506dc01`](https://github.com/open-webui/open-webui/commit/506dc0149ca973e20768fa3d6f171afac289f606) Merge pull request #8246 from open-webui/dev
- [`1dfb479`](https://github.com/open-webui/open-webui/commit/1dfb479d367e5f5902f051c823f9aef836e04791) Merge pull request #8329 from open-webui/dev
- [`70a6a0d`](https://github.com/open-webui/open-webui/commit/70a6a0d9e842a8b9defae664804cd3f9b1efe8ff) Fix errors for RangeErrors, Fix for accessing undefined objects in Chat.svelte
### 📊 Changes
**2 files changed** (+21 additions, -17 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/Chat.svelte` (+11 -9)
📝 `src/lib/components/common/RichTextInput/AutoCompletion.js` (+10 -8)
</details>
### 📄 Description
# Changelog Entry
### Description
- The PR provides null checks for multiple errors. The changes in AutoCompletion.js file adds an if statement that checks whether the state matches the new state, preventing a "Applying a mismatched transaction" error, and a "Position outside of fragment" error. The changes in Chat.svelte add nullchecks to prevent TypeErrors that happen when trying to access undefined objects.
### Added
-
### Changed
-
### Deprecated
-
### Removed
-
### Fixed
- Fixes to RangeErrors and TypeErrors in AutoCompletion.js and Chat.svelte
### Security
-
### Breaking Changes
-
---
### Additional Information
-
### Screenshots or Videos
-
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8377
Author: @Vojtech-Siler
Created: 1/7/2025
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @tjbck
Base:
dev← Head:multiple-error-fixes📝 Commits (3)
506dc01Merge pull request #8246 from open-webui/dev1dfb479Merge pull request #8329 from open-webui/dev70a6a0dFix errors for RangeErrors, Fix for accessing undefined objects in Chat.svelte📊 Changes
2 files changed (+21 additions, -17 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+11 -9)📝
src/lib/components/common/RichTextInput/AutoCompletion.js(+10 -8)📄 Description
Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.