-
Notifications
You must be signed in to change notification settings - Fork 734
Revert formatting changes in multiple components #3631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… use internal assets
…te script Co-Authored-By: [email protected] <[email protected]>
…/1742138254-web-index-getters-fix
…ke extract-dimensions script fully dynamic Co-Authored-By: [email protected] <[email protected]>
…imensions Co-Authored-By: [email protected] <[email protected]>
Co-Authored-By: [email protected] <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
} | ||
if (value !== undefined && minimumValue && maximumValue && !inRange(value, minimumValue, maximumValue)) { | ||
LogService.forwardError({message: `Your passed value (${value}) is invalid. | ||
Please check that it is in range of the minimum (${minimumValue}) and maximum (${maximumValue}) values`}); | ||
LogService.forwardError({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert those file formatting changes:
src/incubator/slider/SliderPresenter.ts
src/components/textField/tests/index.driver.spec.tsx
src/components/panningViews/panListenerView.tsx
we don't need format changes int this PR
Closing due to inactivity for more than 7 days. |
Description
This PR reverts formatting changes in multiple components to maintain code consistency.
Changelog
Multiple components - Revert formatting changes to maintain code consistency
Additional Info
Related to PR #3626
Link to Devin run: https://app.devin.ai/sessions/3115fcb58d474cbeaadcaa51a8b24e15
Requested by: [email protected]