Christian Parra
Christian Parra
It's not printing or pace is not working?
@joneldiablo It's an old question, but just in case someone got here: ``` angular .module("fbgamesApp", [ "facebook" ]) .config([ "FacebookProvider", function(FacebookProvider) { FacebookProvider.init({ appId: "XXXXX", version: "v3.0" }); } ]);...
+1 to this, still happening
> Here is a link to [repro the issue](https://stackblitz.com/edit/github-4vruco-g4wx14?file=.storybook%2Fmain.ts) for my project. > > During the migration process a function of `getAbsolutePath` was added to the addons section of the...
> Yeah absarrahman I'm not able to get it either. I think @ChristianParraCL is not on the stable release oh yes, i forgot to mention i'm using Canary releases 💡
It's not working on `5.3.1`. @s-yadav on your controlled snippet it's not really working as a controlled input because it should not update the input value if you don't update...
I faced a similar issue today on my custom Select component, it's not really a bug. the `onChange` is expecting an event `React.ChangeEvent` (or any event from an input) so...
> +1 to this issue. I have a PhantomCamera2D in group mode rendering to a subviewport that is _not_ the same size as my screen. The auto zoom margin doesn't...
Faced the same issue in a small pdf doc too, I tried @lobotomoe fix with `wrap={false}` and it fixed the issue in my case using v4.3.0