Dan
Dan
Having the same issue. It seems to work here: https://codesandbox.io/s/react-dynamic-svg-import-448dn?file=/src/App.js:777-791 So it might just be the babel/webpack configuration that's messing things up.
Microsoft did something similar to @kamikazePT 's suggestion for redux: https://github.com/microsoft/redux-dynamic-modules There's also redux-injectors that seems like it will be easy enough to port https://github.com/react-boilerplate/redux-injectors
Thank you !
well looking in the readme I see: v 1.4 - New features - Save current queue or station as a playlist but i'm guessing it's pretty old and I can't...
I've actually hacked a way: ``` javascript jQuery.each(R.player.queue._collection.models, function(index, track) { R.enhancer.current_playlist.model.add(track.get('source')); }); ``` I'm running the above code when inside an empty playlist and it adds the play later...
maybe i'll pull request if i have time. it was a heartbreaking experience. any clue if extensions can save persistent local data? or just for the browsing session? though mistakes...
Btw, since I need to remove the orderedList plugin, listItem plugin doesn't work and as a result the bullet list doesn't work as well.
@kepta not sure what you mean. That's the issue - If I use the orderedList plugin, it forces `1. ` when initialValue is null. I believe it's a bug, and...

Same here. Vulkan and OpenGL open in secondary monitor, `-phased_window_create` works only with OpenGL, with Vulkan it freezes my desktop and I have to jiggle to kill it. I'm on...