Skip to content
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

fix(react-components): add wrapper to buttons to eliminate MUI tooltip error #2023

Merged
merged 2 commits into from Apr 25, 2023
Merged

fix(react-components): add wrapper to buttons to eliminate MUI tooltip error #2023

merged 2 commits into from Apr 25, 2023

Conversation

ajspetner
Copy link
Contributor

@ajspetner ajspetner commented Apr 19, 2023

Description

Closes #1901

(Added bonus is now tooltips work on inactive buttons as well)

Checklist

  • I have read the contributing document.
  • My code follows the code style of this project and pnpm fix completed successfully.
  • I have updated the documentation where necessary.
  • New code is unit tested and all current tests pass when running pnpm test.

@changeset-bot
Copy link

changeset-bot bot commented Apr 19, 2023

🦋 Changeset detected

Latest commit: 595bf61

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@remirror/react-components Patch
@remirror/extension-react-tables Patch
@remirror/react Patch
@remirror/react-editors Patch
@remirror/extension-react-ssr Patch
@remirror/react-core Patch
@remirror/react-hooks Patch
@remirror/react-ssr Patch
remirror Patch
@remirror/extension-file Patch
@remirror/preset-react Patch
@remirror/dev Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added framework: react ⚛️ Any changes to packages which are exclusively used for react code bases. type: ui 💅 Changes made to user facing components and styles. labels Apr 19, 2023
@github-actions github-actions bot added the type: changeset 🦋 A change has been made to the changesets folder. label Apr 19, 2023
@ocavue ocavue enabled auto-merge (squash) April 25, 2023 21:32
@ocavue ocavue merged commit 157fd13 into remirror:main Apr 25, 2023
13 checks passed
@ajspetner ajspetner deleted the fix-mui-tooltip-error branch May 4, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework: react ⚛️ Any changes to packages which are exclusively used for react code bases. type: changeset 🦋 A change has been made to the changesets folder. type: ui 💅 Changes made to user facing components and styles.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Material UI Errors in React Toolbar Components
2 participants