mirror of
https://github.com/zoriya/yoshiki.git
synced 2026-06-03 10:56:43 +00:00
Fix rnw leftover style merging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yoshiki",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"author": "Zoe Roux <zoe.roux@sdg.moe> (https://github.com/AnonymusRaccoon)",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
||||
@@ -38,7 +38,8 @@ export const useYoshiki = () => {
|
||||
preprocessBlock: rnwPreprocess,
|
||||
preprocess
|
||||
});
|
||||
return [inline, { $$css: true, yoshiki: classNames }];
|
||||
// We use the inlineList and not the inline we have locally since $$css and inlines are not mergable.
|
||||
return [inlineList, { $$css: true, yoshiki: classNames }];
|
||||
};
|
||||
|
||||
const loStyle = leftOvers?.style;
|
||||
|
||||
Reference in New Issue
Block a user