[FEAT] Update MLrun UI React 18 to 19#3515
Draft
mariana-furyk wants to merge 10 commits intomlrun:developmentfrom
Draft
[FEAT] Update MLrun UI React 18 to 19#3515mariana-furyk wants to merge 10 commits intomlrun:developmentfrom
mariana-furyk wants to merge 10 commits intomlrun:developmentfrom
Conversation
Impl [UI] update dev dependencies libraries
Taras-Hlukhovetskyi
suggested changes
Nov 21, 2025
| }, | ||
| [searchRef] | ||
| ) | ||
| // === Обчислення ширини інпута після монтування === |
Collaborator
There was a problem hiding this comment.
pls remove comnent
| }) => { | ||
| const [searchValue, setSearchValue] = useState(value ?? '') | ||
| const [label, setLabel] = useState('') | ||
| // const [label, setLabel] = useState('') |
Collaborator
There was a problem hiding this comment.
if we don't need it, pls remove
| } | ||
|
|
||
| onChange(value) | ||
| // === Основна логіка оновлення значення === |
Collaborator
There was a problem hiding this comment.
pls remove the comment
|
|
||
| const matchOnClick = item => { | ||
| setLabel('') | ||
| // === Клік на елемент зі списку === |
Collaborator
There was a problem hiding this comment.
pls remove the comment
| } | ||
|
|
||
| const handleSearchIconClick = event => { | ||
| // === Клік по іконці пошуку === |
Collaborator
There was a problem hiding this comment.
pls remove the comment
| dataInputState.storePathType | ||
| ) | ||
| })) | ||
| //TODO |
Collaborator
There was a problem hiding this comment.
pls add more specific todo
| setFunctions([]) | ||
| }) | ||
|
|
||
| //TODO: |
Collaborator
There was a problem hiding this comment.
pls add more specific todo
|
|
||
| const formRef = React.useRef( | ||
| createForm({ | ||
| // const formRef = React.useRef( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 Description
Update MLrun UI repo from React vs 18 to 19
🛠️ Changes Made
✅ Checklist
🔗 References
🚨 Potentially Breaking Changes
Includes DRC change