Franatic

Results 9 comments of Franatic

I have the same problem, I created and used an API key for one subaccount and it's giving me similar errors, I am getting signals but it doesn't open positions...

An upgrading guide should be prioritised IMO, I wasn't able to find any explicit info about it. Let me know if I'm wrong and there is a list of things...

I tried using the library @hanwenbo sent with no luck, I'm still having issues loading css module, any other workaround?

I've also tried this, not working, the css module import is not recognized: ``` { name: '@storybook/addon-styling-webpack', options: { rules: [ { test: /\.css$/, sideEffects: true, use: [ require.resolve('style-loader'), {...

After several tries, I migrated to Vite builder instead of Webpack and everything works without any config.

The same is happening in the PopupButton and ref is in the documentation: https://github.com/Typeform/embed/tree/main/packages/embed-react#passing-a-custom-ref The error I get is: `Type '{ children: string; ref: MutableRefObject; id: string; hidden: { user:...

This is what I tried, although the message I sign is correct, It's not working ``` const userSignature = async () => { try { const host = getTenantHost() const...