Francisco Javier Romero Conde

Results 11 comments of Francisco Javier Romero Conde

Me too! Add @types. Thanks.

I like spead props! In React is possible!! Please add this to Angular.

I have similar but not equal problem Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval'". Either the 'unsafe-inline' keyword, a...

This not working in gatsby react ![image](https://user-images.githubusercontent.com/7735329/131628532-0336fff5-9877-4706-885d-7bbdc4e1bf09.png)

> I ran into the same problem, when using next.js and a function component in this case. To workaround the issue I added a "prototype" field.. > > Edit: I...

I have the same problem ![image](https://user-images.githubusercontent.com/7735329/155137667-2388282a-82ca-4952-bb85-86baef7af94a.png) [View release notes](https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md) for DevTools version 4.23.0-e28a0db22

I have the same issue! Please tell me how to solve it. Thanks.

Not working for me!! First element start `trigger('detailExpand', [ state('collapsed, void', style({ height: '0px' })), state('expanded', style({ height: '*' })), transition('expanded collapsed', animate('225ms cubic-bezier(0.4, 0.0, 0.2, 1)')), transition('expanded void', animate('225ms...