Code Monkey home page Code Monkey logo

Comments (5)

Norserium avatar Norserium commented on May 25, 2024 1

@0mickel0, perhaps, something wrong with your jest config or typescript config. For example, incorrect module value in the last one.

from react-indiana-drag-scroll.

Norserium avatar Norserium commented on May 25, 2024

Hello, @0mickel0! What's the library version do you use? Do you use CRA? I've just created the basic example locally and it works without any problem:

import React from 'react';
import { render, screen } from '@testing-library/react';
import ScrollContainer from 'react-indiana-drag-scroll';

it('renders scroll container', () => {
  render(<ScrollContainer></ScrollContainer>);
  screen.debug();
});

from react-indiana-drag-scroll.

0mickel0 avatar 0mickel0 commented on May 25, 2024

@Norserium ,Thanks for attention

Unfortunately does not work in my environment
I'm using
"react": "16.14.0",
"@testing-library/react": "11.0.2",

import * as React from 'react';

import { render, screen } from '@testing-library/react';
import ScrollContainer from 'react-indiana-drag-scroll';

import TestingComponent from './TestingComponent';

it('renders scroll container', () => {
  render(<ScrollContainer />);
  screen.debug();
});

it('renders TestingComponent', () => {
  render(<TestingComponent />);
  screen.debug();
});

For

import * as React from 'react';

import ScrollContainer from 'react-indiana-drag-scroll';

const TestingComponent: React.FC = () => (
    <ScrollContainer>
      <h1>1</h1>
      <h1>2</h1>
      <h1>3</h1>
      <h1>4</h1>
    </ScrollContainer>
  );

export default TestingComponent;

Both tests failed with the same error (text in description)
image

from react-indiana-drag-scroll.

Norserium avatar Norserium commented on May 25, 2024

@0mickel0, do you use Create React App? What's version of react-indiana-drag-scroll do you use?

from react-indiana-drag-scroll.

0mickel0 avatar 0mickel0 commented on May 25, 2024

@Norserium, I use custom build of react app.
I tried to repeat it in codesandbox and everything works without any problems. So I think you can close the discussion because the issue is not related to the library.
I will look for a problem in my project. Thanks for your time and for the library!

from react-indiana-drag-scroll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.