@ray-js/ipc-player-integration 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/lib/ui/ui.js +1 -1
  2. package/package.json +1 -1
package/lib/ui/ui.js CHANGED
@@ -98,7 +98,7 @@ export const IPCPlayerIntegration = /*#__PURE__*/React.memo(props => {
98
98
  useEffect(() => {
99
99
  setBrandColor(brandColor);
100
100
  setVerticalMic(verticalMic);
101
- }, []);
101
+ }, [brandColor, verticalMic]);
102
102
  const refreshBottomLeft = () => {
103
103
  event.current.emit(startTimeToHideAllComponent);
104
104
  event.current.emit(showAllComponent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [