-
We frequently come across PRs addressing issues in our Playground Components: Modal, Button, Dropdown or Toolbar basics. Most recently, https://github.com/facebook/lexical/pull/4496
While it's enco…
-
A new error is coming up that has not existed in the past.
For some reason I am getting markup errors despite loading components in _Imports aka @using NAMESPACEHERE.Components
However, the Tab.razo…
-
Property 'AnimatedCursor' does not exist on type 'typeof import()
-
Make a one-minute video on all the components you've built or worked on. Use the [C.A.R. technique](https://thehiredguns.com/car-technique-secret-interviewing-weapon/) 👍🏼
Think of it like doing y…
-
Replace Components `useComponentsStyles` with new `useClassNames` hook. For reference have a look on `useClassName.test.ts`.
Also test and story. Also add style currently there is a new theme calle…
-
Hey there Astogems,
First of all, thanks for your great work in getting this together.
I've been trying to follow up your videos (understanding they are a bit old now), but I was hoping you coul…
-
...do not always function properly.
Support question indicates feedback does not show for multiple choice inside a knowl.
Unclear if knowls or Runestone (or both!) need changes. Pinging @bnmnet…
-
I was trying to write a standalone component in angular 15
And I tried:
```
@Component({
selector: 'my-login',
templateUrl: './login.component.html',
styleUrls: ['./login.component.s…
-
Hello,
I get error when running TextureMesh. Please note that sometimes it works just fine and sometimes when I run the same command it fails with the following error. Although, it fails more often…
-
Hey! Really exciting to see Apollo experimenting with RSC support in Next.js! 👏
I'm using a Relay-esque approach with Apollo Client, where components define fragments so that data requirements can …