-
### Before you submit this issue, have you checked the following
- [X] Is this really a problem?
- [X] I have searched the Github Issues for similar issues, but did not find anything.
### Affected p…
-
I am currently trying to use **chrome-aws-lambda** v8 with **puppeteer@8** in Nextjs but i am getting this error:
```
./node_modules/chrome-aws-lambda/build/puppeteer/lib/Browser.js.map
Module p…
-
Hey,
I am trying to write tests to check the state changes of my component on mouse enter.
```js
describe('animeButton', () => {
it('swaps between normal and hover views', () => {
const…
-
I am having some problems with getting the animation to work when wrapping the `` component with other components. Is this not supported? I could not find any relevant info in the documentation.
**…
-
Suggestions:
Landing page,
About Page,
Projects page,
Extra curricular stuff page
Use some css libraries for UI/animation. Bootstrap, or anime.js are always good.
Challenge: Use React 😈
…
-
Hi,
I'm familiarizing myself with react-anime and have it installed and working on my React app on Node 17.4.0 with a simple translateX animation. I'm getting both an error and warning in the termina…
-
The following TypeScript code, that uses styled-components only animates the first 4 divs (those with a style object). The other four (styled components) do not animate. Animation using the animejs li…
-
Hi there,
Trying to use React Anime in my project, and I keep getting the above error!
`node v9.8.0`
`react v16.2.0`
Snippet of my code:
```
render () {
const { type, show, title,…
-
I am having an issue when the props.children change for an ``.
To solve my issue, I made this change to `function componentWillReceiveProps` in react-anime.js file:
```
this.children = {
…
-
- [x] If the user finds any issues there should a button that is always visible to report any issues
- [x] Once the button is clicked, a form should pop up prompting the user to describe the issue
- […