Open ghost opened 2 years ago
@brentadamson Theme JS files are simple self-invoked functions. They are not available as modules via NPM. Importing them as JS side-effect JS scripts will not work in React. So, you need to convert the desired theme to a module. For details, check the modified sample.
How do you change the color theme using this library? The suggested answer here doesn't seem to work