simple-merge-class-names 7.0.0 → 7.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ For Production look into [https://www.npmjs.com/package/clsx](https://www.npmjs.
|
|
|
36
36
|
|
|
37
37
|
- [Legal Action](https://www.hindrajabfoundation.org/perpetrators)
|
|
38
38
|
|
|
39
|
-
_Palestine is fundamental non-negotiable human rights. End all financial and diplomatic ties with i\*rael_.
|
|
39
|
+
_Palestine is about fundamental non-negotiable human rights. End all financial and diplomatic ties with i\*rael_.
|
|
40
40
|
|
|
41
41
|
## Installation
|
|
42
42
|
|
|
@@ -170,7 +170,7 @@ mergeClassNames(
|
|
|
170
170
|
);
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-

|
|
173
|
+

|
|
174
174
|
|
|
175
175
|
### Reason for warnings
|
|
176
176
|
|
|
@@ -234,7 +234,7 @@ mergeClassNames(condition ? "disabled" : mergeClassNames(...) )
|
|
|
234
234
|
- _For Firefox:_ Open **_Developer Tools_:**
|
|
235
235
|
- _Make Sure_ **_Debugger_** _(tab)_ -> **`Pause on debugger statement`** is ticked.
|
|
236
236
|
- Keep Dev Tools open.
|
|
237
|
-

|
|
237
|
+

|
|
238
238
|
|
|
239
239
|
- Use **`import {mergeClassNamesDebugger as mergeClassNames}`** to debug the entire file, and keep the rest intact.
|
|
240
240
|
|
|
@@ -285,10 +285,10 @@ mergeClassNames(condition ? "disabled" : mergeClassNames(...) )
|
|
|
285
285
|
- Navigate to the **_Call stack_**
|
|
286
286
|
- Click the function/component right before _`mergeClassNamesDebugger`_
|
|
287
287
|
|
|
288
|
-

|
|
288
|
+

|
|
289
289
|
|
|
290
290
|
- Hover over the arguments, one or several should be invalid:
|
|
291
|
-

|
|
291
|
+

|
|
292
292
|
|
|
293
293
|
## VSCode Workflow To Minimize Typing Strain
|
|
294
294
|
|