-
Implement Styling Logic to account for different pages layouts.
Utilizing the same component, allow for different rendered content depending on the page a user is on:
- home
- user detail page…
-
### Version
2.5.17
### Reproduction link
[https://jsfiddle.net/ad17bgtq](https://jsfiddle.net/ad17bgtq)
### Steps to reproduce
1. Create a component that has a named slot exposing a b…
-
In this project, we are going to learn some of the basics of React by using a project that you are already familiar with.
Topics will include:
- [ ] Google Authentication with Firebase
- [ ] Us…
-
Currently when I search for `key` on vuejs.org I'll only get the “List Rendering” section. And this section only tells us `key` is useful when rendering lists, as a hint for element reuse.
> Since…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…
-
Hi!
Can we have an option to hide the circles automatically when leaving combat? They are super useful during combat, but out of combat they are just more clutter on screen.
Also, is it possible…
-
I'm showing dialogs for difference messages in a message handler component.
```js
class MessageHandler extends Component {
...
render() {
switch(this.props.message) {
case A:
r…
-
### Core Library
MSAL.js (@azure/msal-browser)
### Core Library Version
3.10.0
### Wrapper Library
MSAL React (@azure/msal-react)
### Wrapper Library Version
2.0.12
### Public …
-
### Current behavior
I'm having a problem regarding a mounted component with conditional rendering based on state changes. Changing the state inside the test updates the state, but not what is rend…
-
If the signed in user is a student, show only the "my cohort" component:
![Image](https://github.com/user-attachments/assets/204ad3a9-c6ca-47a0-b0af-f9f9443daa0b)
If the signed in user is a teacher,…