Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextLayer.css file is not updated #1833

Open
4 tasks done
hrachqyutukyan opened this issue Jun 21, 2024 · 1 comment
Open
4 tasks done

TextLayer.css file is not updated #1833

hrachqyutukyan opened this issue Jun 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hrachqyutukyan
Copy link

hrachqyutukyan commented Jun 21, 2024

Before you start - checklist

  • I followed instructions in documentation written for my React-PDF version
  • I have checked if this bug is not already reported
  • I have checked if an issue is not listed in Known issues
  • If I have a problem with PDF rendering, I checked if my PDF renders properly in PDF.js demo

Description

There is new canvas element added in v9.0.0 which has class 'hiddenCanvasElement', but there is not 'hiddenCanvasElement' class in file /dist/Page/TextLayer.css. (you have added this class in this file in your repo files).

Steps to reproduce

open react-pdf in node modules.

go to
dist/cjs/Page/TextLayer.css

search hiddenCanvasElement

Expected behavior

It must be hiddenCanvasElement in TextLayer.css

Actual behavior

There is not hiddenCanvasElement in TextLayer.css

Additional information

No response

Environment

  • Browser (if applicable):
  • React-PDF version: 9.0.0
  • React version:18.2.0
@hrachqyutukyan hrachqyutukyan added the bug Something isn't working label Jun 21, 2024
@obecker
Copy link

obecker commented Aug 11, 2024

I guess this a duplicate of #1815 which has been resolved by commit e382372

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants