Results 4 comments of Fabio Zoratti

I confirm this issue. It doesn't work either with only a few hours (2). ## Package version Package installed via `npm`. Version 0.10.8. I am using it in a React...

If someone still needs a minimal example, I can post it here: # Installation I simply used `npm` ``` npm install --save flipclock ``` You have to serve the CSS...

@Dror-Bar I'm not an expert in React. You can embed style in the components with the usual syntax ```jsx ``` but if you use css and classes, for example ```jsx...

@lemmingucwcz I confirm that this is a solution but it doesn't work in every setting. this is my project structure: ``` generic-tsconfig.json src/main/ tsconfig.json index.ts src/service-worker/ tsconfig.json ``` And both...