Piotr Kulpinski
Piotr Kulpinski
@sergiodxa Is there any example of using the package this way? I'm very new to the OIDC standard and couldn't find anything in the docs.
I've already had this option enabled in `tsconfig.json`. My main issue is that the type checking is not working when importing bit components:  `propThatDoesNotExists`...
```bash err: { "type": "TypeError", "message": "generateNodeEnvModulesPattern is not a function", "stack": TypeError: generateNodeEnvModulesPattern is not a function at Object. (/.../Sites/curiousleaf-design/node_modules/.pnpm/@[email protected]_@teambit+legacy@node_modules+@teambit+legacy_@testing-library+rea_pemsownk6rjdmc7hjsg2v2gosu/node_modules/@bitdev/node.node-env/dist/config/jest.config.js:24:60) at Module._compile (node:internal/modules/cjs/loader:1376:14) at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) at Module.load (node:internal/modules/cjs/loader:1207:32)...
Any chance for this PR to still be merged? I'm using this lib for a custom code input and the calculated height is incorrect when I set `white-space: pre;`.
Actually, I don't think this will work as the PR adds `white-space: pre;` to every field, instead of checking the original textarea style.
This is still not ideal IMO as the icons pollute the component name scope quite a bit. For example if I want to import the NextJS Link component, the IDE...
You can add the following Tailwind class if position is set to `popper` to make it not exceed the viewport height: ```tsx ```
For me, the solution was to add the proper CSS variable as max height for Content, and add the ScrollUp and ScrollDown buttons around the Viewport. (classes removed for readability)...
Would also love this to be fixed 🙏 I'm using React Email in a project when I've set up [T3 Env](https://env.t3.gg/) and I can't even start the dev server due...
Hi guys, Recently I ran into some nice screencast showing latest features of BrowserSync in terms of WP development: http://quick.as/pkri6dz Maybe we could think of some nice new features for...