We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70de6a1 commit 162bad9Copy full SHA for 162bad9
.changes/pre.json
@@ -1,5 +1,5 @@
1
{
2
- "tag": "beta",
+ "tag": "rc",
3
"changes": [
4
".changes/add-inputcount-component.md",
5
".changes/add-list-component.md",
.changes/refactor-bubble.md
@@ -0,0 +1,5 @@
+---
+"@matechat/react": patch:refactor
+
+Extract all markdown components and resolve code lints.
src/bubble/index.tsx
@@ -77,7 +77,6 @@ export function Bubble({
77
isPending = false,
78
...props
79
}: BubbleProps) {
80
-
81
const defaultPending = (
82
<div className="flex items-center space-x-1 py-1">
83
<div className="w-2 h-2 bg-gray-400 rounded-full animate-bounce" />
0 commit comments