process-analytics / bpmn-visualization-examples

Examples of use of the `bpmn-visualization` library.
https://cdn.statically.io/gh/process-analytics/bpmn-visualization-examples/master/examples/index.html
Apache License 2.0
55 stars 19 forks source link

[FEAT] Add an example of a project using `NextJS` #390

Open tbouffard opened 2 years ago

tbouffard commented 2 years ago

Contribution guidelines

In any case, please communicate with the maintainers of this repository (with this issue) about what you want to implement (especially the use case) to make sure we're aligned on this. This will speed up the review and final integration into the examples.

pAkalpa commented 11 months ago

I want to work on this issue. I will do a pull request in October.

tbouffard commented 11 months ago

Hi @pAkalpa and thanks for your proposal. You are now assigned to this issue. Please follow the guidelines described in this issue and in #562.

pAkalpa commented 11 months ago

What is the reason for this issue? I'm using NextJS 13.5.3 with TS version 5.2.2 image

tbouffard commented 11 months ago

Hi I cannot answer with this short report. Can you share a repository or more details please? In particular which version of bpmn-visualization are you using and what is your tsconfig.json file?

tbouffard commented 10 months ago

@pAkalpa Hi, can you share more details about your problem please?

tbouffard commented 10 months ago

ℹ️ I have just reproduced the problem in #580. I will implement a fix in bpmn-visualization.

The issue occurs when moduleResolution is set to bundler in tsconfig.json. Other configurations work.

[UPDATE] The proposed fix is in https://github.com/process-analytics/bpmn-visualization-js/pull/2972