simple-merge-class-names 7.0.1 → 7.0.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ mergeClassNames(
|
|
|
170
170
|
);
|
|
171
171
|
```
|
|
172
172
|
|
|
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
|
-

|
|
238
238
|
|
|
239
239
|
- Use **`import {mergeClassNamesDebugger as mergeClassNames}`** to debug the entire file, and keep the rest intact.
|
|
240
240
|
|