Shivam Sharma
Shivam Sharma
This is a really weird issue, any updates on this ?
@kenmueller @frabanca Any luck on the external libraries classnames ? I am using SwiperJs and i want to obfuscate the classnames there.
@andywer Do we have any progress on this yet?
The method mentioned in the merged branch no more exists and the issue is still persisting. Hope @AOHUA you look into this.
@AOHUA I have added initStateWIthPrevTab(store). Also wrapped the root reducer as mentioned in the docs. But the library is able to sync only already opened tabs not the new tabs.
**store.js** ```javascript import { createStore, applyMiddleware } from "redux"; import { createStateSyncMiddleware, initStateWithPrevTab } from "redux-state-sync"; import reducer from "./reducers"; const config = { initiateWithState: true }; const middlewares =...
Yeah sure...you can check out my repo [https://github.com/shivamragnar/youtube-links-player](url) @AOHUA
@AOHUA I did that already. - You opened localhost:3000 - Added a Youtube video link and link gets added in the playlist - You opened another tab with localhost:3000 -...
@AOHUA I restarted my server, reinstalled packages, even checked in incognito, deleted lock file as well...but not able to get my application behave as it is behaving on your machine....
@AOHUA i am using Google Chrome currently. The example is working fine on my machine as well.