Skip to content

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

Closed
wants to merge 28 commits into from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

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]

adids1221 and others added 25 commits March 16, 2025 12:03
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

}
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({
Copy link
Contributor

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

Base automatically changed from infra/Assets_internal to master March 20, 2025 10:29
Copy link
Contributor Author

Closing due to inactivity for more than 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant