Nick Ford
Nick Ford
+1 any chance of this happening? i am new to electron and trying to create an electron version of http://tracesof.net/uebersicht/
Yes actually I just found in the docs that you can specify that `type: 'desktop'` for Mac, it works perfectly!
I just noticed the same problem, the problem is that the webpack config isn't set up to include the additional content script during build. I got it to work by...
at the moment it does not, but I'm sure we can support that in the near future!
Sounds like this is just a general issue with SSR compatibility with libraries that use browser-only APIs. Have you looked at https://github.com/gatsbyjs/gatsby/issues/309? It's not specific to this library, so I'm...
Thanks for clarifying, I will look at this
I'm just guessing here initially, but from what I've seen, server side rendering generally doesn't support al of the DOM APIs, especially things like SVG and Canvas. Can you try...
You may want to try the new major version as well, 5.x, it will make it easier for me to help you troublesheet
@jonrrivera did this ^ resolve your issue? If you are using SSR there are some other obstacles, you probably will want to not SSR the freezeframe components because they use...
Hmm this sounds like a real bug. I am in the process of porting the project to TypeScript, and will definitely address this asap.