Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| import { RemixBrowser } from '@remix-run/react' | |
| import { startTransition, StrictMode } from 'react' | |
| import { hydrateRoot } from 'react-dom/client' | |
| function clearBrowserExtensionInjectionsBeforeHydration() { | |
| document | |
| .querySelectorAll( | |
| [ | |
| 'html > *:not(body, head)', | |
| 'script[src*="extension://"]', |