@tamagui/core 1.94.3 → 1.94.4

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.
@@ -8682,7 +8682,7 @@ var require_createComponent_native = __commonJS({
8682
8682
  "theme",
8683
8683
  "defaultVariants"
8684
8684
  ]), viewProps = nonTamaguiProps;
8685
- isHOC && _themeProp && (viewProps.theme = _themeProp), elementType.acceptTagProp && (viewProps.tag = tagProp);
8685
+ !isTaggable && props.forceStyle && (viewProps.forceStyle = props.forceStyle), isHOC && _themeProp && (viewProps.theme = _themeProp), elementType.acceptTagProp && (viewProps.tag = tagProp);
8686
8686
  var animationStyles;
8687
8687
  if (
8688
8688
  // if it supports css vars we run it on server too to get matching initial style